#8040CD

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

Shades of Blue Violet #8040CD

Tints of Blue Violet #8040CD

Color information

#8040CD (or 0x8040CD) is unknown color: approx Blue Violet. HEX triplet: 80, 40 and CD. RGB value is (128,64,205). Sum of RGB (Red+Green+Blue) = 128+64+205=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 64 (25.39% from 255 or 16.12% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #8040CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8040CD is #7FBF32. Grayscale: #626262. Windows color (decimal): -8372019 or 13451392. OLE color: 13451392.

HSL color Cylindrical-coordinate representation of color #8040CD: hue angle of 267.23º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8040CD is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12864205-
CMYK0.380.6900.20
HSL267.23º58.51%52.75%-
HSV(B)267.23º68.78%80.39%-
XYZ21.7512.6659.06-
YUV99.21187.7148.54-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.24%
GREEN value IS 64 (25.39% from 255) = 16.12%
BLUE value IS 205 (80.47% from 255) = 51.64%
R=32.24%
G=16.12%
B=51.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal128642050.380.6900.20267.2358.5152.75
Hex8040CD264501410b3b35
Octal200100315461050244137365
Binary100000001000000110011011001101000101010100100001011111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8040CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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