#8018C9

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

Shades of Blue Violet #8018C9

Tints of Blue Violet #8018C9

Color information

#8018C9 (or 0x8018C9) is unknown color: approx Blue Violet. HEX triplet: 80, 18 and C9. RGB value is (128,24,201). Sum of RGB (Red+Green+Blue) = 128+24+201=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 24 (9.77% from 255 or 6.80% from 353); Blue value is 201 (78.91% from 255 or 56.94% from 353); Max value from RGB is 201 - color contains mainly: blue. Hex color #8018C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8018C9 is #7FE736. Grayscale: #4A4A4A. Windows color (decimal): -8382263 or 13179008. OLE color: 13179008.

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

Color convert

RGB12824201-
CMYK0.360.8800.21
HSL275.25º78.67%44.12%-
HSV(B)275.25º88.06%78.82%-
XYZ19.779.4656.04-
YUV75.27198.96165.61-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.26%
GREEN value IS 24 (9.77% from 255) = 6.80%
BLUE value IS 201 (78.91% from 255) = 56.94%
R=36.26%
G=6.80%
B=56.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal128242010.360.8800.21275.2578.6744.12
Hex8018C924580151134f2c
Octal200303114413002542311754
Binary10000000110001100100110010010110000101011000100111001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8018C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8018C9; }

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

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

<style>
 a { background-color: #8018C9; }

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

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

<style>
 span { border-color: #8018C9; }

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

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