#8030CA

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

Shades of Blue Violet #8030CA

Tints of Blue Violet #8030CA

Color information

#8030CA (or 0x8030CA) is unknown color: approx Blue Violet. HEX triplet: 80, 30 and CA. RGB value is (128,48,202). Sum of RGB (Red+Green+Blue) = 128+48+202=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 48 (19.14% from 255 or 12.70% from 378); Blue value is 202 (79.30% from 255 or 53.44% from 378); Max value from RGB is 202 - color contains mainly: blue. Hex color #8030CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8030CA is #7FCF35. Grayscale: #585858. Windows color (decimal): -8376118 or 13250688. OLE color: 13250688.

HSL color Cylindrical-coordinate representation of color #8030CA: hue angle of 271.17º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8030CA is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12848202-
CMYK0.370.7600.21
HSL271.17º61.6%49.02%-
HSV(B)271.17º76.24%79.22%-
XYZ20.6210.9756.91-
YUV89.48191.5155.48-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.86%
GREEN value IS 48 (19.14% from 255) = 12.70%
BLUE value IS 202 (79.30% from 255) = 53.44%
R=33.86%
G=12.70%
B=53.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal128482020.370.7600.21271.1761.649.02
Hex8030CA254C01510f3e31
Octal20060312451140254177661
Binary10000000110000110010101001011001100010101100001111111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8030CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8030CA; }

 p { color: rgb(128,48,202); }

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

<style>
 a { background-color: #8030CA; }

 a { background-color: rgb(128,48,202); }

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

<style>
 span { border-color: #8030CA; }

 span { border-color: rgb(128,48,202); }

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