Html Css Color HEX #9912C0 Dark Violet

📋 copy color: '#9912C0'

red 153 ◦ green 18 ◦ blue 192

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

Shades of Dark Violet #9912C0

Tints of Dark Violet #9912C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 52.89%

R = 42.15%
G = 4.96%
B = 52.89%

CMYK

 C value IS 0.20

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9912C0 (or 0x9912C0) is known color: Dark Violet. HEX triplet: 99, 12 and C0. RGB value is (153,18,192). Sum of RGB (Red+Green+Blue) = 153+18+192=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 18 (7.42% from 255 or 4.96% from 363); Blue value is 192 (75.39% from 255 or 52.89% from 363); Max value from RGB is 192 - color contains mainly: blue. Hex color #9912C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9912C0 is #66ED3F. Grayscale: #4D4D4D. Windows color (decimal): -6745408 or 12587673. OLE color: 12587673.

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

Color convert

RGB 153 18 192 -
CMYK 0.20 0.91 0 0.25
HSL 286.55º 0.83% 0.41% -
HSV(B) 286.55º 0.91% 0.75% -
XYZ 22.87 11.01 50.79 -
YUV 78.2 192.23 181.35 -
System Red Green Blue C M Y K H S L
Decimal 153 18 192 0.20 0.91 0 0.25 286.55 0.83 0.41
Hex 99 12 C0 14 5B 0 19 11F 53 29
Octal 231 22 300 24 133 0 31 437 123 51
Binary 10011001 10010 11000000 10100 1011011 0 11001 100011111 1010011 101001

Color Harmonies of #9912C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9912C0

Black with #9912C0

Text Example


Text Example

White with #9912C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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