#8040CB

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

Shades of Blue Violet #8040CB

Tints of Blue Violet #8040CB

Color information

#8040CB (or 0x8040CB) is unknown color: approx Blue Violet. HEX triplet: 80, 40 and CB. RGB value is (128,64,203). Sum of RGB (Red+Green+Blue) = 128+64+203=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #8040CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8040CB is #7FBF34. Grayscale: #626262. Windows color (decimal): -8372021 or 13320320. OLE color: 13320320.

HSL color Cylindrical-coordinate representation of color #8040CB: hue angle of 267.63º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8040CB is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12864203-
CMYK0.370.6800.20
HSL267.63º57.2%52.35%-
HSV(B)267.63º68.47%79.61%-
XYZ21.5112.5757.79-
YUV98.98186.7148.7-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.41%
GREEN value IS 64 (25.39% from 255) = 16.20%
BLUE value IS 203 (79.69% from 255) = 51.39%
R=32.41%
G=16.20%
B=51.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal128642030.370.6800.20267.6357.252.35
Hex8040CB254401410c3934
Octal200100313451040244147164
Binary100000001000000110010111001011000100010100100001100111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8040CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8040CB; }

 p { color: rgb(128,64,203); }

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

<style>
 a { background-color: #8040CB; }

 a { background-color: rgb(128,64,203); }

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

<style>
 span { border-color: #8040CB; }

 span { border-color: rgb(128,64,203); }

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