Html Css Color HEX #8532A6 Vivid Violet

📋 copy color: '#8532A6'

red 133 ◦ green 50 ◦ blue 166

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

Shades of Vivid Violet #8532A6

Tints of Vivid Violet #8532A6

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.33%

 BLUE value IS 166 (65.23% from 255) = 47.56%

R = 38.11%
G = 14.33%
B = 47.56%

CMYK

 C value IS 0.20

 M value IS 0.70

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#8532A6 (or 0x8532A6) is known color: Vivid Violet. HEX triplet: 85, 32 and A6. RGB value is (133,50,166). Sum of RGB (Red+Green+Blue) = 133+50+166=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 50 (19.92% from 255 or 14.33% from 349); Blue value is 166 (65.23% from 255 or 47.56% from 349); Max value from RGB is 166 - color contains mainly: blue. Hex color #8532A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8532A6 is #7ACD59. Grayscale: #575757. Windows color (decimal): -8047962 or 10891909. OLE color: 10891909.

HSL color Cylindrical-coordinate representation of color #8532A6: hue angle of 282.93º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8532A6 is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 133 50 166 -
CMYK 0.20 0.70 0 0.35
HSL 282.93º 0.54% 0.42% -
HSV(B) 282.93º 0.7% 0.65% -
XYZ 17.7 10.02 37.08 -
YUV 88.04 172 160.07 -
System Red Green Blue C M Y K H S L
Decimal 133 50 166 0.20 0.70 0 0.35 282.93 0.54 0.42
Hex 85 32 A6 14 46 0 23 11B 36 2A
Octal 205 62 246 24 106 0 43 433 66 52
Binary 10000101 110010 10100110 10100 1000110 0 100011 100011011 110110 101010

Color Harmonies of #8532A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8532A6

Black with #8532A6

Text Example


Text Example

White with #8532A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8532A6; }

 p { color: rgb(133,50,166); }

 H1.HeaderClassName
 {
   color: #8532A6;
 }
 .AnyTagClassName
 {
   color: #8532A6;
 }
</style>

background-color css

<style>
 a { background-color: #8532A6; }

 a { background-color: rgb(133,50,166); }

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

border-color css

<style>
 span { border-color: #8532A6; }

 span { border-color: rgb(133,50,166); }

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