#801CCB

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

Shades of Blue Violet #801CCB

Tints of Blue Violet #801CCB

Color information

#801CCB (or 0x801CCB) is unknown color: approx Blue Violet. HEX triplet: 80, 1C and CB. RGB value is (128,28,203). Sum of RGB (Red+Green+Blue) = 128+28+203=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 28 (11.33% from 255 or 7.80% from 359); Blue value is 203 (79.69% from 255 or 56.55% from 359); Max value from RGB is 203 - color contains mainly: blue. Hex color #801CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #801CCB is #7FE334. Grayscale: #4D4D4D. Windows color (decimal): -8381237 or 13311104. OLE color: 13311104.

HSL color Cylindrical-coordinate representation of color #801CCB: hue angle of 274.29º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #801CCB is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12828203-
CMYK0.370.8600.20
HSL274.29º75.76%45.29%-
HSV(B)274.29º86.21%79.61%-
XYZ20.19.7357.32-
YUV77.85198.63163.77-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.65%
GREEN value IS 28 (11.33% from 255) = 7.80%
BLUE value IS 203 (79.69% from 255) = 56.55%
R=35.65%
G=7.80%
B=56.55%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal128282030.370.8600.20274.2975.7645.29
Hex801CCB25560141124c2d
Octal200343134512602442211455
Binary10000000111001100101110010110101100101001000100101001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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