#804188

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

Shades of Vivid Violet #804188

Tints of Vivid Violet #804188

Color information

#804188 (or 0x804188) is unknown color: approx Vivid Violet. HEX triplet: 80, 41 and 88. RGB value is (128,65,136). Sum of RGB (Red+Green+Blue) = 128+65+136=329 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.91% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 136 (53.52% from 255 or 41.34% from 329); Max value from RGB is 136 - color contains mainly: blue. Hex color #804188 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804188 is #7FBE77. Grayscale: #5B5B5B. Windows color (decimal): -8371832 or 8929664. OLE color: 8929664.

HSL color Cylindrical-coordinate representation of color #804188: hue angle of 293.24º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #804188 is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12865136-
CMYK0.060.5200.47
HSL293.24º35.32%39.41%-
HSV(B)293.24º52.21%53.33%-
XYZ15.2410.1524.45-
YUV91.93152.87153.73-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.91%
GREEN value IS 65 (25.78% from 255) = 19.76%
BLUE value IS 136 (53.52% from 255) = 41.34%
R=38.91%
G=19.76%
B=41.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128651360.060.5200.47293.2435.3239.41
Hex80418863402F1252327
Octal2001012106640574454347
Binary100000001000001100010001101101000101111100100101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804188; }

 p { color: rgb(128,65,136); }

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

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

 a { background-color: rgb(128,65,136); }

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

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

 span { border-color: rgb(128,65,136); }

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