#9E3BBC

Color #9E3BBC Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #9E3BBC

Tints of Dark Orchid #9E3BBC

Color information

#9E3BBC (or 0x9E3BBC) is unknown color: approx Dark Orchid. HEX triplet: 9E, 3B and BC. RGB value is (158,59,188). Sum of RGB (Red+Green+Blue) = 158+59+188=405 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.01% from 405); Green value is 59 (23.44% from 255 or 14.57% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E3BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E3BBC is #61C443. Grayscale: #666666. Windows color (decimal): -6407236 or 12336030. OLE color: 12336030.

HSL color Cylindrical-coordinate representation of color #9E3BBC: hue angle of 286.05º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9E3BBC is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15859188-
CMYK0.160.6900.26
HSL286.05º52.23%48.43%-
HSV(B)286.05º68.62%73.73%-
XYZ24.7414.0348.98-
YUV103.31175.8167.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 158 (62.11% from 255) = 39.01%
GREEN value IS 59 (23.44% from 255) = 14.57%
BLUE value IS 188 (73.83% from 255) = 46.42%
R=39.01%
G=14.57%
B=46.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal158591880.160.6900.26286.0552.2348.43
Hex9E3BBC104501A11e3430
Octal23673274201050324366460
Binary1001111011101110111100100001000101011010100011110110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E3BBC; }

 p { color: rgb(158,59,188); }

 H1.HeaderClassName
 {
   color: #9E3BBC;
 }
 .AnyTagClassName
 {
   color: #9E3BBC;
 }
</style>
background-color css

<style>
 a { background-color: #9E3BBC; }

 a { background-color: rgb(158,59,188); }

 div.DivClassName
 {
   background-color: #9E3BBC;
 }
 .BgClassName
 {
   background-color: #9E3BBC;
 }
</style>
border-color css

<style>
 span { border-color: #9E3BBC; }

 span { border-color: rgb(158,59,188); }

 td.TdClassName
 {
   border-color: #9E3BBC;
 }
 .TagClassName
 {
   border-color: #9E3BBC;
 }
</style>