#8135EE

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

Shades of Blue Violet #8135EE

Tints of Blue Violet #8135EE

Color information

#8135EE (or 0x8135EE) is unknown color: approx Blue Violet. HEX triplet: 81, 35 and EE. RGB value is (129,53,238). Sum of RGB (Red+Green+Blue) = 129+53+238=420 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.71% from 420); Green value is 53 (21.09% from 255 or 12.62% from 420); Blue value is 238 (93.36% from 255 or 56.67% from 420); Max value from RGB is 238 - color contains mainly: blue. Hex color #8135EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8135EE is #7ECA11. Grayscale: #606060. Windows color (decimal): -8309266 or 15611265. OLE color: 15611265.

HSL color Cylindrical-coordinate representation of color #8135EE: hue angle of 264.65º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8135EE is Cyan = 0.46, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB12953238-
CMYK0.460.7800.07
HSL264.65º84.47%57.06%-
HSV(B)264.65º77.73%93.33%-
XYZ25.7613.3982.12-
YUV96.81207.68150.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.71%
GREEN value IS 53 (21.09% from 255) = 12.62%
BLUE value IS 238 (93.36% from 255) = 56.67%
R=30.71%
G=12.62%
B=56.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal129532380.460.7800.07264.6584.4757.06
Hex8135EE2E4E071095439
Octal20165356561160741112471
Binary1000000111010111101110101110100111001111000010011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8135EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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