Html Css Color HEX #8129AE Vivid Violet

📋 copy color: '#8129AE'

red 129 ◦ green 41 ◦ blue 174

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

Shades of Vivid Violet #8129AE

Tints of Vivid Violet #8129AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 50.58%

R = 37.5%
G = 11.92%
B = 50.58%

CMYK

 C value IS 0.26

 M value IS 0.76

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8129AE (or 0x8129AE) is known color: Vivid Violet. HEX triplet: 81, 29 and AE. RGB value is (129,41,174). Sum of RGB (Red+Green+Blue) = 129+41+174=344 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.5% from 344); Green value is 41 (16.41% from 255 or 11.92% from 344); Blue value is 174 (68.36% from 255 or 50.58% from 344); Max value from RGB is 174 - color contains mainly: blue. Hex color #8129AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8129AE is #7ED651. Grayscale: #525252. Windows color (decimal): -8312402 or 11413889. OLE color: 11413889.

HSL color Cylindrical-coordinate representation of color #8129AE: hue angle of 279.7º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8129AE is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 129 41 174 -
CMYK 0.26 0.76 0 0.32
HSL 279.7º 0.62% 0.42% -
HSV(B) 279.7º 0.76% 0.68% -
XYZ 17.49 9.31 40.92 -
YUV 82.47 179.65 161.19 -
System Red Green Blue C M Y K H S L
Decimal 129 41 174 0.26 0.76 0 0.32 279.7 0.62 0.42
Hex 81 29 AE 1A 4C 0 20 118 3E 2A
Octal 201 51 256 32 114 0 40 430 76 52
Binary 10000001 101001 10101110 11010 1001100 0 100000 100011000 111110 101010

Color Harmonies of #8129AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8129AE

Black with #8129AE

Text Example


Text Example

White with #8129AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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