#801CCF

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

Shades of Blue Violet #801CCF

Tints of Blue Violet #801CCF

Color information

#801CCF (or 0x801CCF) is unknown color: approx Blue Violet. HEX triplet: 80, 1C and CF. RGB value is (128,28,207). Sum of RGB (Red+Green+Blue) = 128+28+207=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 28 (11.33% from 255 or 7.71% from 363); Blue value is 207 (81.25% from 255 or 57.02% from 363); Max value from RGB is 207 - color contains mainly: blue. Hex color #801CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #801CCF is #7FE330. Grayscale: #4D4D4D. Windows color (decimal): -8381233 or 13573248. OLE color: 13573248.

HSL color Cylindrical-coordinate representation of color #801CCF: hue angle of 273.52º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #801CCF is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB12828207-
CMYK0.380.8600.19
HSL273.52º76.17%46.08%-
HSV(B)273.52º86.47%81.18%-
XYZ20.589.9259.86-
YUV78.31200.63163.45-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.26%
GREEN value IS 28 (11.33% from 255) = 7.71%
BLUE value IS 207 (81.25% from 255) = 57.02%
R=35.26%
G=7.71%
B=57.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal128282070.380.8600.19273.5276.1746.08
Hex801CCF26560131124c2e
Octal200343174612602342211456
Binary10000000111001100111110011010101100100111000100101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,28,207); }

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

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

 a { background-color: rgb(128,28,207); }

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

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

 span { border-color: rgb(128,28,207); }

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