#9912CC

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

Shades of Dark Violet #9912CC

Tints of Dark Violet #9912CC

Color information

#9912CC (or 0x9912CC) is unknown color: approx Dark Violet. HEX triplet: 99, 12 and CC. RGB value is (153,18,204). Sum of RGB (Red+Green+Blue) = 153+18+204=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 18 (7.42% from 255 or 4.8% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #9912CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9912CC is #66ED33. Grayscale: #4E4E4E. Windows color (decimal): -6745396 or 13374105. OLE color: 13374105.

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

Color convert

RGB15318204-
CMYK0.250.9100.2
HSL283.55º83.78%43.53%-
HSV(B)283.55º91.18%80%-
XYZ24.2511.5658.08-
YUV79.57198.23180.38-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.8%
GREEN value IS 18 (7.42% from 255) = 4.8%
BLUE value IS 204 (80.08% from 255) = 54.4%
R=40.8%
G=4.8%
B=54.4%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal153182040.250.9100.2283.5583.7843.53
Hex9912CC195B01411c542c
Octal231223143113302443412454
Binary1001100110010110011001100110110110101001000111001010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9912CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9912CC; }

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

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

<style>
 a { background-color: #9912CC; }

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

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

<style>
 span { border-color: #9912CC; }

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

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