#8026CB

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

Shades of Blue Violet #8026CB

Tints of Blue Violet #8026CB

Color information

#8026CB (or 0x8026CB) is unknown color: approx Blue Violet. HEX triplet: 80, 26 and CB. RGB value is (128,38,203). Sum of RGB (Red+Green+Blue) = 128+38+203=369 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.69% from 369); Green value is 38 (15.23% from 255 or 10.30% from 369); Blue value is 203 (79.69% from 255 or 55.01% from 369); Max value from RGB is 203 - color contains mainly: blue. Hex color #8026CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8026CB is #7FD934. Grayscale: #535353. Windows color (decimal): -8378677 or 13313664. OLE color: 13313664.

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

Color convert

RGB12838203-
CMYK0.370.8100.20
HSL272.73º68.46%47.25%-
HSV(B)272.73º81.28%79.61%-
XYZ20.3710.2957.41-
YUV83.72195.32159.58-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.69%
GREEN value IS 38 (15.23% from 255) = 10.30%
BLUE value IS 203 (79.69% from 255) = 55.01%
R=34.69%
G=10.30%
B=55.01%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal128382030.370.8100.20272.7368.4647.25
Hex8026CB2551014111442f
Octal200463134512102442110457
Binary100000001001101100101110010110100010101001000100011000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8026CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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