#801C8B

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

Shades of Vivid Violet #801C8B

Tints of Vivid Violet #801C8B

Color information

#801C8B (or 0x801C8B) is unknown color: approx Vivid Violet. HEX triplet: 80, 1C and 8B. RGB value is (128,28,139). Sum of RGB (Red+Green+Blue) = 128+28+139=295 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.39% from 295); Green value is 28 (11.33% from 255 or 9.49% from 295); Blue value is 139 (54.69% from 255 or 47.12% from 295); Max value from RGB is 139 - color contains mainly: blue. Hex color #801C8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #801C8B is #7FE374. Grayscale: #464646. Windows color (decimal): -8381301 or 9116800. OLE color: 9116800.

HSL color Cylindrical-coordinate representation of color #801C8B: hue angle of 294.05º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #801C8B is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12828139-
CMYK0.080.8000.45
HSL294.05º66.47%32.75%-
HSV(B)294.05º79.86%54.51%-
XYZ13.987.2825.1-
YUV70.55166.63168.97-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.39%
GREEN value IS 28 (11.33% from 255) = 9.49%
BLUE value IS 139 (54.69% from 255) = 47.12%
R=43.39%
G=9.49%
B=47.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal128281390.080.8000.45294.0566.4732.75
Hex801C8B85002D1264221
Octal200342131012005544610241
Binary1000000011100100010111000101000001011011001001101000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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