#8136E7

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

Shades of Blue Violet #8136E7

Tints of Blue Violet #8136E7

Color information

#8136E7 (or 0x8136E7) is unknown color: approx Blue Violet. HEX triplet: 81, 36 and E7. RGB value is (129,54,231). Sum of RGB (Red+Green+Blue) = 129+54+231=414 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.16% from 414); Green value is 54 (21.48% from 255 or 13.04% from 414); Blue value is 231 (90.62% from 255 or 55.80% from 414); Max value from RGB is 231 - color contains mainly: blue. Hex color #8136E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8136E7 is #7EC918. Grayscale: #5F5F5F. Windows color (decimal): -8309017 or 15152769. OLE color: 15152769.

HSL color Cylindrical-coordinate representation of color #8136E7: hue angle of 265.42º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8136E7 is Cyan = 0.44, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB12954231-
CMYK0.440.7700.09
HSL265.42º78.67%55.88%-
HSV(B)265.42º76.62%90.59%-
XYZ24.813.0776.82-
YUV96.6203.85151.11-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.16%
GREEN value IS 54 (21.48% from 255) = 13.04%
BLUE value IS 231 (90.62% from 255) = 55.80%
R=31.16%
G=13.04%
B=55.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal129542310.440.7700.09265.4278.6755.88
Hex8136E72C4D091094f38
Octal201663475411501141111770
Binary10000001110110111001111011001001101010011000010011001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8136E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8136E7; }

 p { color: rgb(129,54,231); }

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

<style>
 a { background-color: #8136E7; }

 a { background-color: rgb(129,54,231); }

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

<style>
 span { border-color: #8136E7; }

 span { border-color: rgb(129,54,231); }

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