#803ACA

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

Shades of Blue Violet #803ACA

Tints of Blue Violet #803ACA

Color information

#803ACA (or 0x803ACA) is unknown color: approx Blue Violet. HEX triplet: 80, 3A and CA. RGB value is (128,58,202). Sum of RGB (Red+Green+Blue) = 128+58+202=388 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.99% from 388); Green value is 58 (23.05% from 255 or 14.95% from 388); Blue value is 202 (79.30% from 255 or 52.06% from 388); Max value from RGB is 202 - color contains mainly: blue. Hex color #803ACA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803ACA is #7FC535. Grayscale: #5E5E5E. Windows color (decimal): -8373558 or 13253248. OLE color: 13253248.

HSL color Cylindrical-coordinate representation of color #803ACA: hue angle of 269.17º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #803ACA is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12858202-
CMYK0.370.7100.21
HSL269.17º57.6%50.98%-
HSV(B)269.17º71.29%79.22%-
XYZ21.0811.8857.06-
YUV95.35188.19151.29-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.99%
GREEN value IS 58 (23.05% from 255) = 14.95%
BLUE value IS 202 (79.30% from 255) = 52.06%
R=32.99%
G=14.95%
B=52.06%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal128582020.370.7100.21269.1757.650.98
Hex803ACA254701510d3a33
Octal20072312451070254157263
Binary10000000111010110010101001011000111010101100001101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803ACA; }

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

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

<style>
 a { background-color: #803ACA; }

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

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

<style>
 span { border-color: #803ACA; }

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

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