Html Css Color HEX #8813AE Dark Violet

📋 copy color: '#8813AE'

red 136 ◦ green 19 ◦ blue 174

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

Shades of Dark Violet #8813AE

Tints of Dark Violet #8813AE

RGB

 RED value IS 136 (53.52% from 255) = 41.34%

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

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

R = 41.34%
G = 5.78%
B = 52.89%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8813AE (or 0x8813AE) is known color: Dark Violet. HEX triplet: 88, 13 and AE. RGB value is (136,19,174). Sum of RGB (Red+Green+Blue) = 136+19+174=329 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.34% from 329); Green value is 19 (7.81% from 255 or 5.78% from 329); Blue value is 174 (68.36% from 255 or 52.89% from 329); Max value from RGB is 174 - color contains mainly: blue. Hex color #8813AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8813AE is #77EC51. Grayscale: #474747. Windows color (decimal): -7859282 or 11408264. OLE color: 11408264.

HSL color Cylindrical-coordinate representation of color #8813AE: hue angle of 285.29º 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 #8813AE is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 136 19 174 -
CMYK 0.22 0.89 0 0.32
HSL 285.29º 0.8% 0.38% -
HSV(B) 285.29º 0.89% 0.68% -
XYZ 18.03 8.76 40.78 -
YUV 71.65 185.76 173.9 -
System Red Green Blue C M Y K H S L
Decimal 136 19 174 0.22 0.89 0 0.32 285.29 0.8 0.38
Hex 88 13 AE 16 59 0 20 11D 50 26
Octal 210 23 256 26 131 0 40 435 120 46
Binary 10001000 10011 10101110 10110 1011001 0 100000 100011101 1010000 100110

Color Harmonies of #8813AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8813AE

Black with #8813AE

Text Example


Text Example

White with #8813AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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