#8220CB

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

Shades of Blue Violet #8220CB

Tints of Blue Violet #8220CB

Color information

#8220CB (or 0x8220CB) is unknown color: approx Blue Violet. HEX triplet: 82, 20 and CB. RGB value is (130,32,203). Sum of RGB (Red+Green+Blue) = 130+32+203=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 203 (79.69% from 255 or 55.62% from 365); Max value from RGB is 203 - color contains mainly: blue. Hex color #8220CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8220CB is #7DDF34. Grayscale: #505050. Windows color (decimal): -8249141 or 13312130. OLE color: 13312130.

HSL color Cylindrical-coordinate representation of color #8220CB: hue angle of 274.39º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8220CB is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13032203-
CMYK0.360.8400.20
HSL274.39º72.77%46.08%-
HSV(B)274.39º84.24%79.61%-
XYZ20.510.0957.37-
YUV80.8196.97163.1-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.62%
GREEN value IS 32 (12.89% from 255) = 8.77%
BLUE value IS 203 (79.69% from 255) = 55.62%
R=35.62%
G=8.77%
B=55.62%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal130322030.360.8400.20274.3972.7746.08
Hex8220CB2454014112492e
Octal202403134412402442211156
Binary100000101000001100101110010010101000101001000100101001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8220CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,32,203); }

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

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

 a { background-color: rgb(130,32,203); }

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

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

 span { border-color: rgb(130,32,203); }

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