#9E18BA

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

Shades of Dark Orchid #9E18BA

Tints of Dark Orchid #9E18BA

Color information

#9E18BA (or 0x9E18BA) is unknown color: approx Dark Orchid. HEX triplet: 9E, 18 and BA. RGB value is (158,24,186). Sum of RGB (Red+Green+Blue) = 158+24+186=368 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.93% from 368); Green value is 24 (9.77% from 255 or 6.52% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E18BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E18BA is #61E745. Grayscale: #525252. Windows color (decimal): -6416198 or 12195998. OLE color: 12195998.

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

Color convert

RGB15824186-
CMYK0.150.8700.27
HSL289.63º77.14%41.18%-
HSV(B)289.63º87.1%72.94%-
XYZ23.2911.4747.44-
YUV82.53186.39181.83-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.93%
GREEN value IS 24 (9.77% from 255) = 6.52%
BLUE value IS 186 (73.05% from 255) = 50.54%
R=42.93%
G=6.52%
B=50.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal158241860.150.8700.27289.6377.1441.18
Hex9E18BAF5701B1224d29
Octal236302721712703344211551
Binary100111101100010111010111110101110110111001000101001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E18BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,24,186); }

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

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

 a { background-color: rgb(158,24,186); }

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

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

 span { border-color: rgb(158,24,186); }

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