Html Css Color HEX #8529AF Vivid Violet

📋 copy color: '#8529AF'

red 133 ◦ green 41 ◦ blue 175

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

Shades of Vivid Violet #8529AF

Tints of Vivid Violet #8529AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 50.14%

R = 38.11%
G = 11.75%
B = 50.14%

CMYK

 C value IS 0.24

 M value IS 0.77

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8529AF (or 0x8529AF) is known color: Vivid Violet. HEX triplet: 85, 29 and AF. RGB value is (133,41,175). Sum of RGB (Red+Green+Blue) = 133+41+175=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 41 (16.41% from 255 or 11.75% from 349); Blue value is 175 (68.75% from 255 or 50.14% from 349); Max value from RGB is 175 - color contains mainly: blue. Hex color #8529AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8529AF is #7AD650. Grayscale: #535353. Windows color (decimal): -8050257 or 11479429. OLE color: 11479429.

HSL color Cylindrical-coordinate representation of color #8529AF: hue angle of 281.19º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8529AF is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 133 41 175 -
CMYK 0.24 0.77 0 0.31
HSL 281.19º 0.62% 0.42% -
HSV(B) 281.19º 0.77% 0.69% -
XYZ 18.2 9.67 41.46 -
YUV 83.78 179.48 163.1 -
System Red Green Blue C M Y K H S L
Decimal 133 41 175 0.24 0.77 0 0.31 281.19 0.62 0.42
Hex 85 29 AF 18 4D 0 1F 119 3E 2A
Octal 205 51 257 30 115 0 37 431 76 52
Binary 10000101 101001 10101111 11000 1001101 0 11111 100011001 111110 101010

Color Harmonies of #8529AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8529AF

Black with #8529AF

Text Example


Text Example

White with #8529AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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