#9E36BA

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

Shades of Dark Orchid #9E36BA

Tints of Dark Orchid #9E36BA

Color information

#9E36BA (or 0x9E36BA) is unknown color: approx Dark Orchid. HEX triplet: 9E, 36 and BA. RGB value is (158,54,186). Sum of RGB (Red+Green+Blue) = 158+54+186=398 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.70% from 398); Green value is 54 (21.48% from 255 or 13.57% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E36BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E36BA is #61C945. Grayscale: #636363. Windows color (decimal): -6408518 or 12203678. OLE color: 12203678.

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

Color convert

RGB15854186-
CMYK0.150.7100.27
HSL287.27º55%47.06%-
HSV(B)287.27º70.97%72.94%-
XYZ24.2813.4547.77-
YUV100.14176.46169.27-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.70%
GREEN value IS 54 (21.48% from 255) = 13.57%
BLUE value IS 186 (73.05% from 255) = 46.73%
R=39.70%
G=13.57%
B=46.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal158541860.150.7100.27287.275547.06
Hex9E36BAF4701B11f372f
Octal23666272171070334376757
Binary100111101101101011101011111000111011011100011111110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E36BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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