Html Css Color HEX #8529AA Vivid Violet

📋 copy color: '#8529AA'

red 133 ◦ green 41 ◦ blue 170

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

Shades of Vivid Violet #8529AA

Tints of Vivid Violet #8529AA

RGB

 RED value IS 133 (52.34% from 255) = 38.66%

 GREEN value IS 41 (16.41% from 255) = 11.92%

 BLUE value IS 170 (66.8% from 255) = 49.42%

R = 38.66%
G = 11.92%
B = 49.42%

CMYK

 C value IS 0.22

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8529AA (or 0x8529AA) is known color: Vivid Violet. HEX triplet: 85, 29 and AA. RGB value is (133,41,170). Sum of RGB (Red+Green+Blue) = 133+41+170=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 41 (16.41% from 255 or 11.92% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 170 - color contains mainly: blue. Hex color #8529AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8529AA is #7AD655. Grayscale: #525252. Windows color (decimal): -8050262 or 11151749. OLE color: 11151749.

HSL color Cylindrical-coordinate representation of color #8529AA: hue angle of 282.79º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8529AA is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 41 170 -
CMYK 0.22 0.76 0 0.33
HSL 282.79º 0.61% 0.41% -
HSV(B) 282.79º 0.76% 0.67% -
XYZ 17.72 9.47 38.92 -
YUV 83.21 176.98 163.51 -
System Red Green Blue C M Y K H S L
Decimal 133 41 170 0.22 0.76 0 0.33 282.79 0.61 0.41
Hex 85 29 AA 16 4C 0 21 11B 3D 29
Octal 205 51 252 26 114 0 41 433 75 51
Binary 10000101 101001 10101010 10110 1001100 0 100001 100011011 111101 101001

Color Harmonies of #8529AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8529AA

Black with #8529AA

Text Example


Text Example

White with #8529AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8529AA; }

 p { color: rgb(133,41,170); }

 H1.HeaderClassName
 {
   color: #8529AA;
 }
 .AnyTagClassName
 {
   color: #8529AA;
 }
</style>

background-color css

<style>
 a { background-color: #8529AA; }

 a { background-color: rgb(133,41,170); }

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

border-color css

<style>
 span { border-color: #8529AA; }

 span { border-color: rgb(133,41,170); }

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