Html Css Color HEX #8319AB Vivid Violet

📋 copy color: '#8319AB'

red 131 ◦ green 25 ◦ blue 171

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

Shades of Vivid Violet #8319AB

Tints of Vivid Violet #8319AB

RGB

 RED value IS 131 (51.56% from 255) = 40.06%

 GREEN value IS 25 (10.16% from 255) = 7.65%

 BLUE value IS 171 (67.19% from 255) = 52.29%

R = 40.06%
G = 7.65%
B = 52.29%

CMYK

 C value IS 0.23

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8319AB (or 0x8319AB) is known color: Vivid Violet. HEX triplet: 83, 19 and AB. RGB value is (131,25,171). Sum of RGB (Red+Green+Blue) = 131+25+171=327 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.06% from 327); Green value is 25 (10.16% from 255 or 7.65% from 327); Blue value is 171 (67.19% from 255 or 52.29% from 327); Max value from RGB is 171 - color contains mainly: blue. Hex color #8319AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8319AB is #7CE654. Grayscale: #484848. Windows color (decimal): -8185429 or 11213187. OLE color: 11213187.

HSL color Cylindrical-coordinate representation of color #8319AB: hue angle of 283.56º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8319AB is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 25 171 -
CMYK 0.23 0.85 0 0.33
HSL 283.56º 0.74% 0.38% -
HSV(B) 283.56º 0.85% 0.67% -
XYZ 17.06 8.46 39.26 -
YUV 73.34 183.12 169.13 -
System Red Green Blue C M Y K H S L
Decimal 131 25 171 0.23 0.85 0 0.33 283.56 0.74 0.38
Hex 83 19 AB 17 55 0 21 11C 4A 26
Octal 203 31 253 27 125 0 41 434 112 46
Binary 10000011 11001 10101011 10111 1010101 0 100001 100011100 1001010 100110

Color Harmonies of #8319AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8319AB

Black with #8319AB

Text Example


Text Example

White with #8319AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8319AB; }

 p { color: rgb(131,25,171); }

 H1.HeaderClassName
 {
   color: #8319AB;
 }
 .AnyTagClassName
 {
   color: #8319AB;
 }
</style>

background-color css

<style>
 a { background-color: #8319AB; }

 a { background-color: rgb(131,25,171); }

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

border-color css

<style>
 span { border-color: #8319AB; }

 span { border-color: rgb(131,25,171); }

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