#9937cc

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

Shades of Dark Orchid #9937CC

Tints of Dark Orchid #9937CC

Color information

#9937CC (or 0x9937CC) is unknown color: approx Dark Orchid. HEX triplet: 99, 37 and CC. RGB value is (153,55,204). Sum of RGB (Red+Green+Blue) = 153+55+204=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 55 (21.88% from 255 or 13.35% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #9937CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9937CC is #66C833. Grayscale: #646464. Windows color (decimal): -6735924 or 13383577. OLE color: 13383577.

HSL color Cylindrical-coordinate representation of color #9937CC: hue angle of 279.46º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9937CC is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB15355204-
CMYK0.250.7300.2
HSL279.46º59.36%50.78%-
HSV(B)279.46º73.04%80%-
XYZ25.413.8658.46-
YUV101.29185.97164.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.14%
GREEN value IS 55 (21.88% from 255) = 13.35%
BLUE value IS 204 (80.08% from 255) = 49.51%
R=37.14%
G=13.35%
B=49.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal153552040.250.7300.2279.4659.3650.78
Hex9937CC19490141173b33
Octal23167314311110244277363
Binary1001100111011111001100110011001001010100100010111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9937cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9937cc; }

 p { color: rgb(153,55,204); }

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

<style>
 a { background-color: #9937cc; }

 a { background-color: rgb(153,55,204); }

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

<style>
 span { border-color: #9937cc; }

 span { border-color: rgb(153,55,204); }

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