#884895

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

Shades of Vivid Violet #884895

Tints of Vivid Violet #884895

Color information

#884895 (or 0x884895) is unknown color: approx Vivid Violet. HEX triplet: 88, 48 and 95. RGB value is (136,72,149). Sum of RGB (Red+Green+Blue) = 136+72+149=357 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.10% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 149 - color contains mainly: blue. Hex color #884895 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884895 is #77B76A. Grayscale: #636363. Windows color (decimal): -7845739 or 9783432. OLE color: 9783432.

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

Color convert

RGB13672149-
CMYK0.090.5200.42
HSL289.87º34.84%43.33%-
HSV(B)289.87º51.68%58.43%-
XYZ17.912.0429.81-
YUV99.91155.7153.74-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.10%
GREEN value IS 72 (28.52% from 255) = 20.17%
BLUE value IS 149 (58.59% from 255) = 41.74%
R=38.10%
G=20.17%
B=41.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136721490.090.5200.42289.8734.8443.33
Hex88489593402A122232b
Octal21011022511640524424353
Binary1000100010010001001010110011101000101010100100010100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884895; }

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

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

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

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

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

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

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

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