#8026c9

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

Shades of Blue Violet #8026C9

Tints of Blue Violet #8026C9

Color information

#8026C9 (or 0x8026C9) is unknown color: approx Blue Violet. HEX triplet: 80, 26 and C9. RGB value is (128,38,201). Sum of RGB (Red+Green+Blue) = 128+38+201=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 38 (15.23% from 255 or 10.35% from 367); Blue value is 201 (78.91% from 255 or 54.77% from 367); Max value from RGB is 201 - color contains mainly: blue. Hex color #8026C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8026C9 is #7FD936. Grayscale: #525252. Windows color (decimal): -8378679 or 13182592. OLE color: 13182592.

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

Color convert

RGB12838201-
CMYK0.360.8100.21
HSL273.13º68.2%46.86%-
HSV(B)273.13º81.09%78.82%-
XYZ20.1410.1956.16-
YUV83.49194.32159.75-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.88%
GREEN value IS 38 (15.23% from 255) = 10.35%
BLUE value IS 201 (78.91% from 255) = 54.77%
R=34.88%
G=10.35%
B=54.77%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal128382010.360.8100.21273.1368.246.86
Hex8026C92451015111442f
Octal200463114412102542110457
Binary100000001001101100100110010010100010101011000100011000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8026c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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