Html Css Color HEX #9211AE Dark Violet

📋 copy color: '#9211AE'

red 146 ◦ green 17 ◦ blue 174

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

Shades of Dark Violet #9211AE

Tints of Dark Violet #9211AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 51.63%

R = 43.32%
G = 5.04%
B = 51.63%

CMYK

 C value IS 0.16

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9211AE (or 0x9211AE) is known color: Dark Violet. HEX triplet: 92, 11 and AE. RGB value is (146,17,174). Sum of RGB (Red+Green+Blue) = 146+17+174=337 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.32% from 337); Green value is 17 (7.03% from 255 or 5.04% from 337); Blue value is 174 (68.36% from 255 or 51.63% from 337); Max value from RGB is 174 - color contains mainly: blue. Hex color #9211AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9211AE is #6DEE51. Grayscale: #484848. Windows color (decimal): -7204434 or 11407762. OLE color: 11407762.

HSL color Cylindrical-coordinate representation of color #9211AE: hue angle of 289.3º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9211AE is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 146 17 174 -
CMYK 0.16 0.90 0 0.32
HSL 289.3º 0.82% 0.37% -
HSV(B) 289.3º 0.9% 0.68% -
XYZ 19.69 9.57 40.85 -
YUV 73.47 184.74 179.73 -
System Red Green Blue C M Y K H S L
Decimal 146 17 174 0.16 0.90 0 0.32 289.3 0.82 0.37
Hex 92 11 AE 10 5A 0 20 121 52 25
Octal 222 21 256 20 132 0 40 441 122 45
Binary 10010010 10001 10101110 10000 1011010 0 100000 100100001 1010010 100101

Color Harmonies of #9211AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9211AE

Black with #9211AE

Text Example


Text Example

White with #9211AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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