#802C8B

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

Shades of Vivid Violet #802C8B

Tints of Vivid Violet #802C8B

Color information

#802C8B (or 0x802C8B) is unknown color: approx Vivid Violet. HEX triplet: 80, 2C and 8B. RGB value is (128,44,139). Sum of RGB (Red+Green+Blue) = 128+44+139=311 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.16% from 311); Green value is 44 (17.58% from 255 or 14.15% from 311); Blue value is 139 (54.69% from 255 or 44.69% from 311); Max value from RGB is 139 - color contains mainly: blue. Hex color #802C8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802C8B is #7FD374. Grayscale: #4F4F4F. Windows color (decimal): -8377205 or 9120896. OLE color: 9120896.

HSL color Cylindrical-coordinate representation of color #802C8B: hue angle of 293.05º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #802C8B is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12844139-
CMYK0.080.6800.45
HSL293.05º51.91%35.88%-
HSV(B)293.05º68.35%54.51%-
XYZ14.468.2525.26-
YUV79.95161.33162.28-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.16%
GREEN value IS 44 (17.58% from 255) = 14.15%
BLUE value IS 139 (54.69% from 255) = 44.69%
R=41.16%
G=14.15%
B=44.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal128441390.080.6800.45293.0551.9135.88
Hex802C8B84402D1253424
Octal20054213101040554456444
Binary1000000010110010001011100010001000101101100100101110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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