Html Css Color HEX #8129AB Vivid Violet

📋 copy color: '#8129AB'

red 129 ◦ green 41 ◦ blue 171

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

Shades of Vivid Violet #8129AB

Tints of Vivid Violet #8129AB

RGB

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

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

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

R = 37.83%
G = 12.02%
B = 50.15%

CMYK

 C value IS 0.25

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8129AB (or 0x8129AB) is known color: Vivid Violet. HEX triplet: 81, 29 and AB. RGB value is (129,41,171). Sum of RGB (Red+Green+Blue) = 129+41+171=341 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.83% from 341); Green value is 41 (16.41% from 255 or 12.02% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #8129AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8129AB is #7ED654. Grayscale: #515151. Windows color (decimal): -8312405 or 11217281. OLE color: 11217281.

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

Color convert

RGB 129 41 171 -
CMYK 0.25 0.76 0 0.33
HSL 280.62º 0.61% 0.42% -
HSV(B) 280.62º 0.76% 0.67% -
XYZ 17.2 9.19 39.4 -
YUV 82.13 178.15 161.43 -
System Red Green Blue C M Y K H S L
Decimal 129 41 171 0.25 0.76 0 0.33 280.62 0.61 0.42
Hex 81 29 AB 19 4C 0 21 119 3D 2A
Octal 201 51 253 31 114 0 41 431 75 52
Binary 10000001 101001 10101011 11001 1001100 0 100001 100011001 111101 101010

Color Harmonies of #8129AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8129AB

Black with #8129AB

Text Example


Text Example

White with #8129AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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