Html Css Color HEX #8531AF Vivid Violet

📋 copy color: '#8531AF'

red 133 ◦ green 49 ◦ blue 175

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

Shades of Vivid Violet #8531AF

Tints of Vivid Violet #8531AF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.73%

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

R = 37.25%
G = 13.73%
B = 49.02%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8531AF (or 0x8531AF) is known color: Vivid Violet. HEX triplet: 85, 31 and AF. RGB value is (133,49,175). Sum of RGB (Red+Green+Blue) = 133+49+175=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 49 (19.53% from 255 or 13.73% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 175 - color contains mainly: blue. Hex color #8531AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8531AF is #7ACE50. Grayscale: #585858. Windows color (decimal): -8048209 or 11481477. OLE color: 11481477.

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

Color convert

RGB 133 49 175 -
CMYK 0.24 0.72 0 0.31
HSL 280º 0.56% 0.44% -
HSV(B) 280º 0.72% 0.69% -
XYZ 18.51 10.28 41.57 -
YUV 88.48 176.83 159.75 -
System Red Green Blue C M Y K H S L
Decimal 133 49 175 0.24 0.72 0 0.31 280 0.56 0.44
Hex 85 31 AF 18 48 0 1F 118 38 2C
Octal 205 61 257 30 110 0 37 430 70 54
Binary 10000101 110001 10101111 11000 1001000 0 11111 100011000 111000 101100

Color Harmonies of #8531AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8531AF

Black with #8531AF

Text Example


Text Example

White with #8531AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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