Html Css Color HEX #8521AE Vivid Violet

📋 copy color: '#8521AE'

red 133 ◦ green 33 ◦ blue 174

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

Shades of Vivid Violet #8521AE

Tints of Vivid Violet #8521AE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.71%

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

R = 39.12%
G = 9.71%
B = 51.18%

CMYK

 C value IS 0.24

 M value IS 0.81

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8521AE (or 0x8521AE) is known color: Vivid Violet. HEX triplet: 85, 21 and AE. RGB value is (133,33,174). Sum of RGB (Red+Green+Blue) = 133+33+174=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 33 (13.28% from 255 or 9.71% from 340); Blue value is 174 (68.36% from 255 or 51.18% from 340); Max value from RGB is 174 - color contains mainly: blue. Hex color #8521AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8521AE is #7ADE51. Grayscale: #4E4E4E. Windows color (decimal): -8052306 or 11411845. OLE color: 11411845.

HSL color Cylindrical-coordinate representation of color #8521AE: hue angle of 282.55º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8521AE is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 133 33 174 -
CMYK 0.24 0.81 0 0.32
HSL 282.55º 0.68% 0.41% -
HSV(B) 282.55º 0.81% 0.68% -
XYZ 17.86 9.13 40.87 -
YUV 78.97 181.63 166.54 -
System Red Green Blue C M Y K H S L
Decimal 133 33 174 0.24 0.81 0 0.32 282.55 0.68 0.41
Hex 85 21 AE 18 51 0 20 11B 44 29
Octal 205 41 256 30 121 0 40 433 104 51
Binary 10000101 100001 10101110 11000 1010001 0 100000 100011011 1000100 101001

Color Harmonies of #8521AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8521AE

Black with #8521AE

Text Example


Text Example

White with #8521AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,33,174); }

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

background-color css

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

 a { background-color: rgb(133,33,174); }

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

border-color css

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

 span { border-color: rgb(133,33,174); }

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