Html Css Color HEX #9912C9 Dark Violet

📋 copy color: '#9912C9'

red 153 ◦ green 18 ◦ blue 201

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

Shades of Dark Violet #9912C9

Tints of Dark Violet #9912C9

RGB

 RED value IS 153 (60.16% from 255) = 41.13%

 GREEN value IS 18 (7.42% from 255) = 4.84%

 BLUE value IS 201 (78.91% from 255) = 54.03%

R = 41.13%
G = 4.84%
B = 54.03%

CMYK

 C value IS 0.24

 M value IS 0.91

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9912C9 (or 0x9912C9) is known color: Dark Violet. HEX triplet: 99, 12 and C9. RGB value is (153,18,201). Sum of RGB (Red+Green+Blue) = 153+18+201=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 18 (7.42% from 255 or 4.84% from 372); Blue value is 201 (78.91% from 255 or 54.03% from 372); Max value from RGB is 201 - color contains mainly: blue. Hex color #9912C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9912C9 is #66ED36. Grayscale: #4E4E4E. Windows color (decimal): -6745399 or 13177497. OLE color: 13177497.

HSL color Cylindrical-coordinate representation of color #9912C9: hue angle of 284.26º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9912C9 is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 153 18 201 -
CMYK 0.24 0.91 0 0.21
HSL 284.26º 0.84% 0.43% -
HSV(B) 284.26º 0.91% 0.79% -
XYZ 23.9 11.42 56.2 -
YUV 79.23 196.73 180.62 -
System Red Green Blue C M Y K H S L
Decimal 153 18 201 0.24 0.91 0 0.21 284.26 0.84 0.43
Hex 99 12 C9 18 5B 0 15 11C 54 2B
Octal 231 22 311 30 133 0 25 434 124 53
Binary 10011001 10010 11001001 11000 1011011 0 10101 100011100 1010100 101011

Color Harmonies of #9912C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9912C9

Black with #9912C9

Text Example


Text Example

White with #9912C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9912C9;
 }
 .AnyTagClassName
 {
   color: #9912C9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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