#8029CB

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

Shades of Blue Violet #8029CB

Tints of Blue Violet #8029CB

Color information

#8029CB (or 0x8029CB) is unknown color: approx Blue Violet. HEX triplet: 80, 29 and CB. RGB value is (128,41,203). Sum of RGB (Red+Green+Blue) = 128+41+203=372 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.41% from 372); Green value is 41 (16.41% from 255 or 11.02% from 372); Blue value is 203 (79.69% from 255 or 54.57% from 372); Max value from RGB is 203 - color contains mainly: blue. Hex color #8029CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8029CB is #7FD634. Grayscale: #545454. Windows color (decimal): -8377909 or 13314432. OLE color: 13314432.

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

Color convert

RGB12841203-
CMYK0.370.8000.20
HSL272.22º66.39%47.84%-
HSV(B)272.22º79.8%79.61%-
XYZ20.4710.4957.44-
YUV85.48194.32158.33-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.41%
GREEN value IS 41 (16.41% from 255) = 11.02%
BLUE value IS 203 (79.69% from 255) = 54.57%
R=34.41%
G=11.02%
B=54.57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal128412030.370.8000.20272.2266.3947.84
Hex8029CB25500141104230
Octal200513134512002442010260
Binary100000001010011100101110010110100000101001000100001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8029CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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