#9C37BB

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

Shades of Dark Orchid #9C37BB

Tints of Dark Orchid #9C37BB

Color information

#9C37BB (or 0x9C37BB) is unknown color: approx Dark Orchid. HEX triplet: 9C, 37 and BB. RGB value is (156,55,187). Sum of RGB (Red+Green+Blue) = 156+55+187=398 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.20% from 398); Green value is 55 (21.88% from 255 or 13.82% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #9C37BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C37BB is #63C844. Grayscale: #636363. Windows color (decimal): -6539333 or 12269468. OLE color: 12269468.

HSL color Cylindrical-coordinate representation of color #9C37BB: hue angle of 285.91º 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 #9C37BB is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15655187-
CMYK0.170.7100.27
HSL285.91º54.55%47.45%-
HSV(B)285.91º70.59%73.33%-
XYZ24.0513.3948.33-
YUV100.25176.96167.77-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.20%
GREEN value IS 55 (21.88% from 255) = 13.82%
BLUE value IS 187 (73.44% from 255) = 46.98%
R=39.20%
G=13.82%
B=46.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal156551870.170.7100.27285.9154.5547.45
Hex9C37BB114701B11e372f
Octal23467273211070334366757
Binary1001110011011110111011100011000111011011100011110110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C37BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,55,187); }

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

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

 a { background-color: rgb(156,55,187); }

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

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

 span { border-color: rgb(156,55,187); }

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