Html Css Color HEX #9213AE Dark Violet

📋 copy color: '#9213AE'

red 146 ◦ green 19 ◦ blue 174

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

Shades of Dark Violet #9213AE

Tints of Dark Violet #9213AE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.6%

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

R = 43.07%
G = 5.6%
B = 51.33%

CMYK

 C value IS 0.16

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9213AE (or 0x9213AE) is known color: Dark Violet. HEX triplet: 92, 13 and AE. RGB value is (146,19,174). Sum of RGB (Red+Green+Blue) = 146+19+174=339 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.07% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 174 (68.36% from 255 or 51.33% from 339); Max value from RGB is 174 - color contains mainly: blue. Hex color #9213AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9213AE is #6DEC51. Grayscale: #4A4A4A. Windows color (decimal): -7203922 or 11408274. OLE color: 11408274.

HSL color Cylindrical-coordinate representation of color #9213AE: hue angle of 289.16º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9213AE is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 146 19 174 -
CMYK 0.16 0.89 0 0.32
HSL 289.16º 0.8% 0.38% -
HSV(B) 289.16º 0.89% 0.68% -
XYZ 19.73 9.63 40.86 -
YUV 74.64 184.08 178.9 -
System Red Green Blue C M Y K H S L
Decimal 146 19 174 0.16 0.89 0 0.32 289.16 0.8 0.38
Hex 92 13 AE 10 59 0 20 121 50 26
Octal 222 23 256 20 131 0 40 441 120 46
Binary 10010010 10011 10101110 10000 1011001 0 100000 100100001 1010000 100110

Color Harmonies of #9213AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9213AE

Black with #9213AE

Text Example


Text Example

White with #9213AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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