Html Css Color HEX #8125A4 Vivid Violet

📋 copy color: '#8125A4'

red 129 ◦ green 37 ◦ blue 164

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

Shades of Vivid Violet #8125A4

Tints of Vivid Violet #8125A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 49.7%

R = 39.09%
G = 11.21%
B = 49.7%

CMYK

 C value IS 0.21

 M value IS 0.77

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#8125A4 (or 0x8125A4) is known color: Vivid Violet. HEX triplet: 81, 25 and A4. RGB value is (129,37,164). Sum of RGB (Red+Green+Blue) = 129+37+164=330 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.09% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 164 (64.45% from 255 or 49.70% from 330); Max value from RGB is 164 - color contains mainly: blue. Hex color #8125A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8125A4 is #7EDA5B. Grayscale: #4E4E4E. Windows color (decimal): -8313436 or 10757505. OLE color: 10757505.

HSL color Cylindrical-coordinate representation of color #8125A4: hue angle of 283.46º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8125A4 is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 129 37 164 -
CMYK 0.21 0.77 0 0.36
HSL 283.46º 0.63% 0.39% -
HSV(B) 283.46º 0.77% 0.64% -
XYZ 16.42 8.67 35.93 -
YUV 78.99 175.98 163.67 -
System Red Green Blue C M Y K H S L
Decimal 129 37 164 0.21 0.77 0 0.36 283.46 0.63 0.39
Hex 81 25 A4 15 4D 0 24 11B 3F 27
Octal 201 45 244 25 115 0 44 433 77 47
Binary 10000001 100101 10100100 10101 1001101 0 100100 100011011 111111 100111

Color Harmonies of #8125A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8125A4

Black with #8125A4

Text Example


Text Example

White with #8125A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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