#8036E7

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

Shades of Blue Violet #8036E7

Tints of Blue Violet #8036E7

Color information

#8036E7 (or 0x8036E7) is unknown color: approx Blue Violet. HEX triplet: 80, 36 and E7. RGB value is (128,54,231). Sum of RGB (Red+Green+Blue) = 128+54+231=413 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.99% from 413); Green value is 54 (21.48% from 255 or 13.08% from 413); Blue value is 231 (90.62% from 255 or 55.93% from 413); Max value from RGB is 231 - color contains mainly: blue. Hex color #8036E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8036E7 is #7FC918. Grayscale: #5F5F5F. Windows color (decimal): -8374553 or 15152768. OLE color: 15152768.

HSL color Cylindrical-coordinate representation of color #8036E7: hue angle of 265.08º 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 #8036E7 is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB12854231-
CMYK0.450.7700.09
HSL265.08º78.67%55.88%-
HSV(B)265.08º76.62%90.59%-
XYZ24.651376.81-
YUV96.3204.02150.61-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.99%
GREEN value IS 54 (21.48% from 255) = 13.08%
BLUE value IS 231 (90.62% from 255) = 55.93%
R=30.99%
G=13.08%
B=55.93%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal128542310.450.7700.09265.0878.6755.88
Hex8036E72D4D091094f38
Octal200663475511501141111770
Binary10000000110110111001111011011001101010011000010011001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8036E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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