#884082

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

Shades of Vivid Violet #884082

Tints of Vivid Violet #884082

Color information

#884082 (or 0x884082) is unknown color: approx Vivid Violet. HEX triplet: 88, 40 and 82. RGB value is (136,64,130). Sum of RGB (Red+Green+Blue) = 136+64+130=330 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.21% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 130 (51.17% from 255 or 39.39% from 330); Max value from RGB is 136 - color contains mainly: red. Hex color #884082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884082 is #77BF7D. Grayscale: #5C5C5C. Windows color (decimal): -7847806 or 8536200. OLE color: 8536200.

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

Color convert

RGB13664130-
CMYK00.530.040.47
HSL305º36%39.22%-
HSV(B)305º52.94%53.33%-
XYZ16.0210.5122.3-
YUV93.05148.85158.63-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.21%
GREEN value IS 64 (25.39% from 255) = 19.39%
BLUE value IS 130 (51.17% from 255) = 39.39%
R=41.21%
G=19.39%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1366413000.530.040.473053639.22
Hex88408203542F1312427
Octal2101002020654574614447
Binary100010001000000100000100110101100101111100110001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884082; }

 p { color: rgb(136,64,130); }

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

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

 a { background-color: rgb(136,64,130); }

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

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

 span { border-color: rgb(136,64,130); }

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