#8135E5

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

Shades of Blue Violet #8135E5

Tints of Blue Violet #8135E5

Color information

#8135E5 (or 0x8135E5) is unknown color: approx Blue Violet. HEX triplet: 81, 35 and E5. RGB value is (129,53,229). Sum of RGB (Red+Green+Blue) = 129+53+229=411 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.39% from 411); Green value is 53 (21.09% from 255 or 12.90% from 411); Blue value is 229 (89.84% from 255 or 55.72% from 411); Max value from RGB is 229 - color contains mainly: blue. Hex color #8135E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8135E5 is #7ECA1A. Grayscale: #5F5F5F. Windows color (decimal): -8309275 or 15021441. OLE color: 15021441.

HSL color Cylindrical-coordinate representation of color #8135E5: hue angle of 265.91º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8135E5 is Cyan = 0.44, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB12953229-
CMYK0.440.7700.10
HSL265.91º77.19%55.29%-
HSV(B)265.91º76.86%89.8%-
XYZ24.4712.8775.32-
YUV95.79203.18151.69-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.39%
GREEN value IS 53 (21.09% from 255) = 12.90%
BLUE value IS 229 (89.84% from 255) = 55.72%
R=31.39%
G=12.90%
B=55.72%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal129532290.440.7700.10265.9177.1955.29
Hex8135E52C4D0A10a4d37
Octal201653455411501241211567
Binary10000001110101111001011011001001101010101000010101001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8135E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8135E5; }

 p { color: rgb(129,53,229); }

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

<style>
 a { background-color: #8135E5; }

 a { background-color: rgb(129,53,229); }

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

<style>
 span { border-color: #8135E5; }

 span { border-color: rgb(129,53,229); }

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