Html Css Color HEX #8125AB Vivid Violet

📋 copy color: '#8125AB'

red 129 ◦ green 37 ◦ blue 171

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

Shades of Vivid Violet #8125AB

Tints of Vivid Violet #8125AB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.98%

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

R = 38.28%
G = 10.98%
B = 50.74%

CMYK

 C value IS 0.25

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8125AB (or 0x8125AB) is known color: Vivid Violet. HEX triplet: 81, 25 and AB. RGB value is (129,37,171). Sum of RGB (Red+Green+Blue) = 129+37+171=337 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.28% from 337); Green value is 37 (14.84% from 255 or 10.98% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #8125AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8125AB is #7EDA54. Grayscale: #4F4F4F. Windows color (decimal): -8313429 or 11216257. OLE color: 11216257.

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

Color convert

RGB 129 37 171 -
CMYK 0.25 0.78 0 0.33
HSL 281.19º 0.64% 0.41% -
HSV(B) 281.19º 0.78% 0.67% -
XYZ 17.07 8.93 39.35 -
YUV 79.78 179.48 163.1 -
System Red Green Blue C M Y K H S L
Decimal 129 37 171 0.25 0.78 0 0.33 281.19 0.64 0.41
Hex 81 25 AB 19 4E 0 21 119 40 29
Octal 201 45 253 31 116 0 41 431 100 51
Binary 10000001 100101 10101011 11001 1001110 0 100001 100011001 1000000 101001

Color Harmonies of #8125AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8125AB

Black with #8125AB

Text Example


Text Example

White with #8125AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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