#801BC6

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

Shades of Blue Violet #801BC6

Tints of Blue Violet #801BC6

Color information

#801BC6 (or 0x801BC6) is unknown color: approx Blue Violet. HEX triplet: 80, 1B and C6. RGB value is (128,27,198). Sum of RGB (Red+Green+Blue) = 128+27+198=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 27 (10.94% from 255 or 7.65% from 353); Blue value is 198 (77.73% from 255 or 56.09% from 353); Max value from RGB is 198 - color contains mainly: blue. Hex color #801BC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #801BC6 is #7FE439. Grayscale: #4C4C4C. Windows color (decimal): -8381498 or 12983168. OLE color: 12983168.

HSL color Cylindrical-coordinate representation of color #801BC6: hue angle of 275.44º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #801BC6 is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB12827198-
CMYK0.350.8600.22
HSL275.44º76%44.12%-
HSV(B)275.44º86.36%77.65%-
XYZ19.499.4554.22-
YUV76.69196.46164.6-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.26%
GREEN value IS 27 (10.94% from 255) = 7.65%
BLUE value IS 198 (77.73% from 255) = 56.09%
R=36.26%
G=7.65%
B=56.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal128271980.350.8600.22275.447644.12
Hex801BC623560161134c2c
Octal200333064312602642311454
Binary10000000110111100011010001110101100101101000100111001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,27,198); }

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

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

 a { background-color: rgb(128,27,198); }

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

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

 span { border-color: rgb(128,27,198); }

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