Html Css Color HEX #9912C1 Dark Violet

📋 copy color: '#9912C1'

red 153 ◦ green 18 ◦ blue 193

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

Shades of Dark Violet #9912C1

Tints of Dark Violet #9912C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 53.02%

R = 42.03%
G = 4.95%
B = 53.02%

CMYK

 C value IS 0.21

 M value IS 0.91

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9912C1 (or 0x9912C1) is known color: Dark Violet. HEX triplet: 99, 12 and C1. RGB value is (153,18,193). Sum of RGB (Red+Green+Blue) = 153+18+193=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 18 (7.42% from 255 or 4.95% from 364); Blue value is 193 (75.78% from 255 or 53.02% from 364); Max value from RGB is 193 - color contains mainly: blue. Hex color #9912C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9912C1 is #66ED3E. Grayscale: #4D4D4D. Windows color (decimal): -6745407 or 12653209. OLE color: 12653209.

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

Color convert

RGB 153 18 193 -
CMYK 0.21 0.91 0 0.24
HSL 286.29º 0.83% 0.41% -
HSV(B) 286.29º 0.91% 0.76% -
XYZ 22.98 11.06 51.37 -
YUV 78.32 192.73 181.27 -
System Red Green Blue C M Y K H S L
Decimal 153 18 193 0.21 0.91 0 0.24 286.29 0.83 0.41
Hex 99 12 C1 15 5B 0 18 11E 53 29
Octal 231 22 301 25 133 0 30 436 123 51
Binary 10011001 10010 11000001 10101 1011011 0 11000 100011110 1010011 101001

Color Harmonies of #9912C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9912C1

Black with #9912C1

Text Example


Text Example

White with #9912C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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