#8125D3

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

Shades of Blue Violet #8125D3

Tints of Blue Violet #8125D3

Color information

#8125D3 (or 0x8125D3) is unknown color: approx Blue Violet. HEX triplet: 81, 25 and D3. RGB value is (129,37,211). Sum of RGB (Red+Green+Blue) = 129+37+211=377 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.22% from 377); Green value is 37 (14.84% from 255 or 9.81% from 377); Blue value is 211 (82.81% from 255 or 55.97% from 377); Max value from RGB is 211 - color contains mainly: blue. Hex color #8125D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8125D3 is #7EDA2C. Grayscale: #535353. Windows color (decimal): -8313389 or 13837697. OLE color: 13837697.

HSL color Cylindrical-coordinate representation of color #8125D3: hue angle of 271.72º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8125D3 is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB12937211-
CMYK0.390.8200.17
HSL271.72º70.16%48.63%-
HSV(B)271.72º82.46%82.75%-
XYZ21.4710.6962.56-
YUV84.34199.48159.85-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.22%
GREEN value IS 37 (14.84% from 255) = 9.81%
BLUE value IS 211 (82.81% from 255) = 55.97%
R=34.22%
G=9.81%
B=55.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal129372110.390.8200.17271.7270.1648.63
Hex8125D327520111104631
Octal201453234712202142010661
Binary100000011001011101001110011110100100100011000100001000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8125D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8125D3;
 }
 .AnyTagClassName
 {
   color: #8125D3;
 }
</style>
background-color css

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

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

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

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

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

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