#884990

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

Shades of Vivid Violet #884990

Tints of Vivid Violet #884990

Color information

#884990 (or 0x884990) is unknown color: approx Vivid Violet. HEX triplet: 88, 49 and 90. RGB value is (136,73,144). Sum of RGB (Red+Green+Blue) = 136+73+144=353 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.53% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 144 - color contains mainly: blue. Hex color #884990 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884990 is #77B66F. Grayscale: #636363. Windows color (decimal): -7845488 or 9456008. OLE color: 9456008.

HSL color Cylindrical-coordinate representation of color #884990: hue angle of 293.24º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #884990 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13673144-
CMYK0.060.4900.44
HSL293.24º32.72%42.55%-
HSV(B)293.24º49.31%56.47%-
XYZ17.5712.0127.78-
YUV99.93152.87153.73-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.53%
GREEN value IS 73 (28.91% from 255) = 20.68%
BLUE value IS 144 (56.64% from 255) = 40.79%
R=38.53%
G=20.68%
B=40.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal136731440.060.4900.44293.2432.7242.55
Hex88499063102C125212b
Octal2101112206610544454153
Binary100010001001001100100001101100010101100100100101100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884990; }

 p { color: rgb(136,73,144); }

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

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

 a { background-color: rgb(136,73,144); }

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

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

 span { border-color: rgb(136,73,144); }

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