Html Css Color HEX #9912CC Dark Violet

📋 copy color: '#9912CC'

red 153 ◦ green 18 ◦ blue 204

#9912CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #9912CC

Tints of Dark Violet #9912CC

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 value IS 0.25

 M value IS 0.91

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9912CC (or 0x9912CC) is known color: 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

RGB 153 18 204 -
CMYK 0.25 0.91 0 0.2
HSL 283.55º 0.84% 0.44% -
HSV(B) 283.55º 0.91% 0.8% -
XYZ 24.25 11.56 58.08 -
YUV 79.57 198.23 180.38 -
System Red Green Blue C M Y K H S L
Decimal 153 18 204 0.25 0.91 0 0.2 283.55 0.84 0.44
Hex 99 12 CC 19 5B 0 14 11C 54 2C
Octal 231 22 314 31 133 0 24 434 124 54
Binary 10011001 10010 11001100 11001 1011011 0 10100 100011100 1010100 101100

Color Harmonies of #9912CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9912CC

Black with #9912CC

Text Example


Text Example

White with #9912CC

Text Example


Text Example

HTML Codes & Css Web 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>