Html Css Color HEX #9212C2 Dark Violet

📋 copy color: '#9212C2'

red 146 ◦ green 18 ◦ blue 194

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

Shades of Dark Violet #9212C2

Tints of Dark Violet #9212C2

RGB

 RED value IS 146 (57.42% from 255) = 40.78%

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

 BLUE value IS 194 (76.17% from 255) = 54.19%

R = 40.78%
G = 5.03%
B = 54.19%

CMYK

 C value IS 0.25

 M value IS 0.91

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9212C2 (or 0x9212C2) is known color: Dark Violet. HEX triplet: 92, 12 and C2. RGB value is (146,18,194). Sum of RGB (Red+Green+Blue) = 146+18+194=358 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.78% from 358); Green value is 18 (7.42% from 255 or 5.03% from 358); Blue value is 194 (76.17% from 255 or 54.19% from 358); Max value from RGB is 194 - color contains mainly: blue. Hex color #9212C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9212C2 is #6DED3D. Grayscale: #4B4B4B. Windows color (decimal): -7204158 or 12718738. OLE color: 12718738.

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

Color convert

RGB 146 18 194 -
CMYK 0.25 0.91 0 0.24
HSL 283.64º 0.83% 0.42% -
HSV(B) 283.64º 0.91% 0.76% -
XYZ 21.81 10.44 51.9 -
YUV 76.34 194.41 177.69 -
System Red Green Blue C M Y K H S L
Decimal 146 18 194 0.25 0.91 0 0.24 283.64 0.83 0.42
Hex 92 12 C2 19 5B 0 18 11C 53 2A
Octal 222 22 302 31 133 0 30 434 123 52
Binary 10010010 10010 11000010 11001 1011011 0 11000 100011100 1010011 101010

Color Harmonies of #9212C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9212C2

Black with #9212C2

Text Example


Text Example

White with #9212C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9212C2; }

 p { color: rgb(146,18,194); }

 H1.HeaderClassName
 {
   color: #9212C2;
 }
 .AnyTagClassName
 {
   color: #9212C2;
 }
</style>

background-color css

<style>
 a { background-color: #9212C2; }

 a { background-color: rgb(146,18,194); }

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

border-color css

<style>
 span { border-color: #9212C2; }

 span { border-color: rgb(146,18,194); }

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