#884995

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

Shades of Vivid Violet #884995

Tints of Vivid Violet #884995

Color information

#884995 (or 0x884995) is unknown color: approx Vivid Violet. HEX triplet: 88, 49 and 95. RGB value is (136,73,149). Sum of RGB (Red+Green+Blue) = 136+73+149=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 149 (58.59% from 255 or 41.62% from 358); Max value from RGB is 149 - color contains mainly: blue. Hex color #884995 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884995 is #77B66A. Grayscale: #646464. Windows color (decimal): -7845483 or 9783688. OLE color: 9783688.

HSL color Cylindrical-coordinate representation of color #884995: hue angle of 289.74º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #884995 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13673149-
CMYK0.090.5100.42
HSL289.74º34.23%43.53%-
HSV(B)289.74º51.01%58.43%-
XYZ17.9612.1729.84-
YUV100.5155.37153.32-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.99%
GREEN value IS 73 (28.91% from 255) = 20.39%
BLUE value IS 149 (58.59% from 255) = 41.62%
R=37.99%
G=20.39%
B=41.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136731490.090.5100.42289.7434.2343.53
Hex88499593302A122222c
Octal21011122511630524424254
Binary1000100010010011001010110011100110101010100100010100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884995; }

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

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

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

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

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

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

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

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