#8125A4

Color #8125A4 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #8125A4

Tints of Vivid Violet #8125A4

Color information

#8125A4 (or 0x8125A4) is unknown color: approx 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

RGB12937164-
CMYK0.210.7700.36
HSL283.46º63.18%39.41%-
HSV(B)283.46º77.44%64.31%-
XYZ16.428.6735.93-
YUV78.99175.98163.67-

RGB Variations

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

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.70%
R=39.09%
G=11.21%
B=49.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal129371640.210.7700.36283.4663.1839.41
Hex8125A4154D02411b3f27
Octal20145244251150444337747
Binary10000001100101101001001010110011010100100100011011111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8125A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>