Html Css Color HEX #8115AB Vivid Violet

📋 copy color: '#8115AB'

red 129 ◦ green 21 ◦ blue 171

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

Shades of Vivid Violet #8115AB

Tints of Vivid Violet #8115AB

RGB

 RED value IS 129 (50.78% from 255) = 40.19%

 GREEN value IS 21 (8.59% from 255) = 6.54%

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

R = 40.19%
G = 6.54%
B = 53.27%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8115AB (or 0x8115AB) is known color: Vivid Violet. HEX triplet: 81, 15 and AB. RGB value is (129,21,171). Sum of RGB (Red+Green+Blue) = 129+21+171=321 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.19% from 321); Green value is 21 (8.59% from 255 or 6.54% from 321); Blue value is 171 (67.19% from 255 or 53.27% from 321); Max value from RGB is 171 - color contains mainly: blue. Hex color #8115AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8115AB is #7EEA54. Grayscale: #454545. Windows color (decimal): -8317525 or 11212161. OLE color: 11212161.

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

Color convert

RGB 129 21 171 -
CMYK 0.25 0.88 0 0.33
HSL 283.2º 0.78% 0.38% -
HSV(B) 283.2º 0.88% 0.67% -
XYZ 16.67 8.14 39.22 -
YUV 70.39 184.78 169.8 -
System Red Green Blue C M Y K H S L
Decimal 129 21 171 0.25 0.88 0 0.33 283.2 0.78 0.38
Hex 81 15 AB 19 58 0 21 11B 4E 26
Octal 201 25 253 31 130 0 41 433 116 46
Binary 10000001 10101 10101011 11001 1011000 0 100001 100011011 1001110 100110

Color Harmonies of #8115AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8115AB

Black with #8115AB

Text Example


Text Example

White with #8115AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,21,171); }

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

background-color css

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

 a { background-color: rgb(129,21,171); }

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

border-color css

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

 span { border-color: rgb(129,21,171); }

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