#9E37BC

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

Shades of Dark Orchid #9E37BC

Tints of Dark Orchid #9E37BC

Color information

#9E37BC (or 0x9E37BC) is unknown color: approx Dark Orchid. HEX triplet: 9E, 37 and BC. RGB value is (158,55,188). Sum of RGB (Red+Green+Blue) = 158+55+188=401 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.40% from 401); Green value is 55 (21.88% from 255 or 13.72% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E37BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E37BC is #61C843. Grayscale: #646464. Windows color (decimal): -6408260 or 12335006. OLE color: 12335006.

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

Color convert

RGB15855188-
CMYK0.160.7100.26
HSL286.47º54.73%47.65%-
HSV(B)286.47º70.74%73.73%-
XYZ24.5413.6348.91-
YUV100.96177.12168.69-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.40%
GREEN value IS 55 (21.88% from 255) = 13.72%
BLUE value IS 188 (73.83% from 255) = 46.88%
R=39.40%
G=13.72%
B=46.88%

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
Decimal158551880.160.7100.26286.4754.7347.65
Hex9E37BC104701A11e3730
Octal23667274201070324366760
Binary1001111011011110111100100001000111011010100011110110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E37BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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