#9D31CC

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

Shades of Dark Orchid #9D31CC

Tints of Dark Orchid #9D31CC

Color information

#9D31CC (or 0x9D31CC) is unknown color: approx Dark Orchid. HEX triplet: 9D, 31 and CC. RGB value is (157,49,204). Sum of RGB (Red+Green+Blue) = 157+49+204=410 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.29% from 410); Green value is 49 (19.53% from 255 or 11.95% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #9D31CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D31CC is #62CE33. Grayscale: #626262. Windows color (decimal): -6475316 or 13382045. OLE color: 13382045.

HSL color Cylindrical-coordinate representation of color #9D31CC: hue angle of 281.81º 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 #9D31CC is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB15749204-
CMYK0.230.7600.2
HSL281.81º61.26%49.61%-
HSV(B)281.81º75.98%80%-
XYZ25.913.7258.41-
YUV98.96187.28169.4-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.29%
GREEN value IS 49 (19.53% from 255) = 11.95%
BLUE value IS 204 (80.08% from 255) = 49.76%
R=38.29%
G=11.95%
B=49.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal157492040.230.7600.2281.8161.2649.61
Hex9D31CC174C01411a3d32
Octal23561314271140244327562
Binary1001110111000111001100101111001100010100100011010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D31CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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