#9E36BC

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

Shades of Dark Orchid #9E36BC

Tints of Dark Orchid #9E36BC

Color information

#9E36BC (or 0x9E36BC) is unknown color: approx Dark Orchid. HEX triplet: 9E, 36 and BC. RGB value is (158,54,188). Sum of RGB (Red+Green+Blue) = 158+54+188=400 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.5% from 400); Green value is 54 (21.48% from 255 or 13.5% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E36BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E36BC is #61C943. Grayscale: #636363. Windows color (decimal): -6408516 or 12334750. OLE color: 12334750.

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

Color convert

RGB15854188-
CMYK0.160.7100.26
HSL286.57º55.37%47.45%-
HSV(B)286.57º71.28%73.73%-
XYZ24.513.5448.9-
YUV100.37177.46169.1-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.5%
GREEN value IS 54 (21.48% from 255) = 13.5%
BLUE value IS 188 (73.83% from 255) = 47%
R=39.5%
G=13.5%
B=47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal158541880.160.7100.26286.5755.3747.45
Hex9E36BC104701A11f372f
Octal23666274201070324376757
Binary1001111011011010111100100001000111011010100011111110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E36BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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