#9E30BA

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

Shades of Dark Orchid #9E30BA

Tints of Dark Orchid #9E30BA

Color information

#9E30BA (or 0x9E30BA) is unknown color: approx Dark Orchid. HEX triplet: 9E, 30 and BA. RGB value is (158,48,186). Sum of RGB (Red+Green+Blue) = 158+48+186=392 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.31% from 392); Green value is 48 (19.14% from 255 or 12.24% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E30BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E30BA is #61CF45. Grayscale: #606060. Windows color (decimal): -6410054 or 12202142. OLE color: 12202142.

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

Color convert

RGB15848186-
CMYK0.150.7400.27
HSL287.83º58.97%45.88%-
HSV(B)287.83º74.19%72.94%-
XYZ24.0212.9347.68-
YUV96.62178.44171.78-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.31%
GREEN value IS 48 (19.14% from 255) = 12.24%
BLUE value IS 186 (73.05% from 255) = 47.45%
R=40.31%
G=12.24%
B=47.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal158481860.150.7400.27287.8358.9745.88
Hex9E30BAF4A01B1203b2e
Octal23660272171120334407356
Binary100111101100001011101011111001010011011100100000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E30BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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