#8041CE

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

Shades of Blue Violet #8041CE

Tints of Blue Violet #8041CE

Color information

#8041CE (or 0x8041CE) is unknown color: approx Blue Violet. HEX triplet: 80, 41 and CE. RGB value is (128,65,206). Sum of RGB (Red+Green+Blue) = 128+65+206=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 65 (25.78% from 255 or 16.29% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #8041CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8041CE is #7FBE31. Grayscale: #636363. Windows color (decimal): -8371762 or 13517184. OLE color: 13517184.

HSL color Cylindrical-coordinate representation of color #8041CE: hue angle of 266.81º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8041CE is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB12865206-
CMYK0.380.6800.19
HSL266.81º59%53.14%-
HSV(B)266.81º68.45%80.78%-
XYZ21.9312.8359.71-
YUV99.91187.87148.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.08%
GREEN value IS 65 (25.78% from 255) = 16.29%
BLUE value IS 206 (80.86% from 255) = 51.63%
R=32.08%
G=16.29%
B=51.63%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal128652060.380.6800.19266.815953.14
Hex8041CE264401310b3b35
Octal200101316461040234137365
Binary100000001000001110011101001101000100010011100001011111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8041CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8041CE; }

 p { color: rgb(128,65,206); }

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

<style>
 a { background-color: #8041CE; }

 a { background-color: rgb(128,65,206); }

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

<style>
 span { border-color: #8041CE; }

 span { border-color: rgb(128,65,206); }

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