Html Css Color HEX #9211CC Dark Violet

📋 copy color: '#9211CC'

red 146 ◦ green 17 ◦ blue 204

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

Shades of Dark Violet #9211CC

Tints of Dark Violet #9211CC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.63%

 BLUE value IS 204 (80.08% from 255) = 55.59%

R = 39.78%
G = 4.63%
B = 55.59%

CMYK

 C value IS 0.28

 M value IS 0.92

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9211CC (or 0x9211CC) is known color: Dark Violet. HEX triplet: 92, 11 and CC. RGB value is (146,17,204). Sum of RGB (Red+Green+Blue) = 146+17+204=367 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.78% from 367); Green value is 17 (7.03% from 255 or 4.63% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #9211CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9211CC is #6DEE33. Grayscale: #4C4C4C. Windows color (decimal): -7204404 or 13373842. OLE color: 13373842.

HSL color Cylindrical-coordinate representation of color #9211CC: hue angle of 281.39º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9211CC is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 146 17 204 -
CMYK 0.28 0.92 0 0.2
HSL 281.39º 0.85% 0.43% -
HSV(B) 281.39º 0.92% 0.8% -
XYZ 22.95 10.87 58.02 -
YUV 76.89 199.74 177.29 -
System Red Green Blue C M Y K H S L
Decimal 146 17 204 0.28 0.92 0 0.2 281.39 0.85 0.43
Hex 92 11 CC 1C 5C 0 14 119 55 2B
Octal 222 21 314 34 134 0 24 431 125 53
Binary 10010010 10001 11001100 11100 1011100 0 10100 100011001 1010101 101011

Color Harmonies of #9211CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9211CC

Black with #9211CC

Text Example


Text Example

White with #9211CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9211CC; }

 p { color: rgb(146,17,204); }

 H1.HeaderClassName
 {
   color: #9211CC;
 }
 .AnyTagClassName
 {
   color: #9211CC;
 }
</style>

background-color css

<style>
 a { background-color: #9211CC; }

 a { background-color: rgb(146,17,204); }

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

border-color css

<style>
 span { border-color: #9211CC; }

 span { border-color: rgb(146,17,204); }

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