Html Css Color HEX #8523AA Vivid Violet

📋 copy color: '#8523AA'

red 133 ◦ green 35 ◦ blue 170

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

Shades of Vivid Violet #8523AA

Tints of Vivid Violet #8523AA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.36%

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

R = 39.35%
G = 10.36%
B = 50.3%

CMYK

 C value IS 0.22

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8523AA (or 0x8523AA) is known color: Vivid Violet. HEX triplet: 85, 23 and AA. RGB value is (133,35,170). Sum of RGB (Red+Green+Blue) = 133+35+170=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 35 (14.06% from 255 or 10.36% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #8523AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8523AA is #7ADC55. Grayscale: #4F4F4F. Windows color (decimal): -8051798 or 11150213. OLE color: 11150213.

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

Color convert

RGB 133 35 170 -
CMYK 0.22 0.79 0 0.33
HSL 283.56º 0.66% 0.4% -
HSV(B) 283.56º 0.79% 0.67% -
XYZ 17.53 9.09 38.86 -
YUV 79.69 178.97 166.02 -
System Red Green Blue C M Y K H S L
Decimal 133 35 170 0.22 0.79 0 0.33 283.56 0.66 0.4
Hex 85 23 AA 16 4F 0 21 11C 42 28
Octal 205 43 252 26 117 0 41 434 102 50
Binary 10000101 100011 10101010 10110 1001111 0 100001 100011100 1000010 101000

Color Harmonies of #8523AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8523AA

Black with #8523AA

Text Example


Text Example

White with #8523AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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