#801AC5

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

Shades of Blue Violet #801AC5

Tints of Blue Violet #801AC5

Color information

#801AC5 (or 0x801AC5) is unknown color: approx Blue Violet. HEX triplet: 80, 1A and C5. RGB value is (128,26,197). Sum of RGB (Red+Green+Blue) = 128+26+197=351 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.47% from 351); Green value is 26 (10.55% from 255 or 7.41% from 351); Blue value is 197 (77.34% from 255 or 56.13% from 351); Max value from RGB is 197 - color contains mainly: blue. Hex color #801AC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #801AC5 is #7FE53A. Grayscale: #4B4B4B. Windows color (decimal): -8381755 or 12917376. OLE color: 12917376.

HSL color Cylindrical-coordinate representation of color #801AC5: hue angle of 275.79º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #801AC5 is Cyan = 0.35, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB12826197-
CMYK0.350.8700.23
HSL275.79º76.68%43.73%-
HSV(B)275.79º86.8%77.25%-
XYZ19.359.3653.61-
YUV75.99196.29165.1-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.47%
GREEN value IS 26 (10.55% from 255) = 7.41%
BLUE value IS 197 (77.34% from 255) = 56.13%
R=36.47%
G=7.41%
B=56.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal128261970.350.8700.23275.7976.6843.73
Hex801AC523570171144d2c
Octal200323054312702742411554
Binary10000000110101100010110001110101110101111000101001001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801AC5; }

 p { color: rgb(128,26,197); }

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

<style>
 a { background-color: #801AC5; }

 a { background-color: rgb(128,26,197); }

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

<style>
 span { border-color: #801AC5; }

 span { border-color: rgb(128,26,197); }

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