#9D11CC

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

Shades of Dark Violet #9D11CC

Tints of Dark Violet #9D11CC

Color information

#9D11CC (or 0x9D11CC) is unknown color: approx Dark Violet. HEX triplet: 9D, 11 and CC. RGB value is (157,17,204). Sum of RGB (Red+Green+Blue) = 157+17+204=378 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.53% from 378); Green value is 17 (7.03% from 255 or 4.50% from 378); Blue value is 204 (80.08% from 255 or 53.97% from 378); Max value from RGB is 204 - color contains mainly: blue. Hex color #9D11CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D11CC is #62EE33. Grayscale: #4F4F4F. Windows color (decimal): -6483508 or 13373853. OLE color: 13373853.

HSL color Cylindrical-coordinate representation of color #9D11CC: hue angle of 284.92º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9D11CC is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB15717204-
CMYK0.230.9200.2
HSL284.92º84.62%43.33%-
HSV(B)284.92º91.67%80%-
XYZ2511.9358.11-
YUV80.18197.88182.79-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.53%
GREEN value IS 17 (7.03% from 255) = 4.50%
BLUE value IS 204 (80.08% from 255) = 53.97%
R=41.53%
G=4.50%
B=53.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal157172040.230.9200.2284.9284.6243.33
Hex9D11CC175C01411d552b
Octal235213142713402443512553
Binary1001110110001110011001011110111000101001000111011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D11CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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