#9C31CC

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

Shades of Dark Orchid #9C31CC

Tints of Dark Orchid #9C31CC

Color information

#9C31CC (or 0x9C31CC) is unknown color: approx Dark Orchid. HEX triplet: 9C, 31 and CC. RGB value is (156,49,204). Sum of RGB (Red+Green+Blue) = 156+49+204=409 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.14% from 409); Green value is 49 (19.53% from 255 or 11.98% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #9C31CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C31CC is #63CE33. Grayscale: #626262. Windows color (decimal): -6540852 or 13382044. OLE color: 13382044.

HSL color Cylindrical-coordinate representation of color #9C31CC: hue angle of 281.42º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9C31CC is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB15649204-
CMYK0.240.7600.2
HSL281.42º61.26%49.61%-
HSV(B)281.42º75.98%80%-
XYZ25.7113.6258.4-
YUV98.66187.45168.9-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.14%
GREEN value IS 49 (19.53% from 255) = 11.98%
BLUE value IS 204 (80.08% from 255) = 49.88%
R=38.14%
G=11.98%
B=49.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal156492040.240.7600.2281.4261.2649.61
Hex9C31CC184C0141193d32
Octal23461314301140244317562
Binary1001110011000111001100110001001100010100100011001111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C31CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,49,204); }

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

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

 a { background-color: rgb(156,49,204); }

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

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

 span { border-color: rgb(156,49,204); }

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