#9E17BB

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

Shades of Dark Orchid #9E17BB

Tints of Dark Orchid #9E17BB

Color information

#9E17BB (or 0x9E17BB) is unknown color: approx Dark Orchid. HEX triplet: 9E, 17 and BB. RGB value is (158,23,187). Sum of RGB (Red+Green+Blue) = 158+23+187=368 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.93% from 368); Green value is 23 (9.38% from 255 or 6.25% from 368); Blue value is 187 (73.44% from 255 or 50.82% from 368); Max value from RGB is 187 - color contains mainly: blue. Hex color #9E17BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E17BB is #61E844. Grayscale: #515151. Windows color (decimal): -6416453 or 12261278. OLE color: 12261278.

HSL color Cylindrical-coordinate representation of color #9E17BB: hue angle of 289.39º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9E17BB is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15823187-
CMYK0.160.8800.27
HSL289.39º78.1%41.18%-
HSV(B)289.39º87.7%73.33%-
XYZ23.3811.4748-
YUV82.06187.23182.16-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.93%
GREEN value IS 23 (9.38% from 255) = 6.25%
BLUE value IS 187 (73.44% from 255) = 50.82%
R=42.93%
G=6.25%
B=50.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal158231870.160.8800.27289.3978.141.18
Hex9E17BB105801B1214e29
Octal236272732013003344111651
Binary1001111010111101110111000010110000110111001000011001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E17BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,23,187); }

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

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

 a { background-color: rgb(158,23,187); }

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

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

 span { border-color: rgb(158,23,187); }

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