#884B99

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

Shades of Vivid Violet #884B99

Tints of Vivid Violet #884B99

Color information

#884B99 (or 0x884B99) is unknown color: approx Vivid Violet. HEX triplet: 88, 4B and 99. RGB value is (136,75,153). Sum of RGB (Red+Green+Blue) = 136+75+153=364 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.36% from 364); Green value is 75 (29.69% from 255 or 20.60% from 364); Blue value is 153 (60.16% from 255 or 42.03% from 364); Max value from RGB is 153 - color contains mainly: blue. Hex color #884B99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884B99 is #77B466. Grayscale: #656565. Windows color (decimal): -7844967 or 10046344. OLE color: 10046344.

HSL color Cylindrical-coordinate representation of color #884B99: hue angle of 286.92º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #884B99 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB13675153-
CMYK0.110.5100.4
HSL286.92º34.21%44.71%-
HSV(B)286.92º50.98%60%-
XYZ18.4212.5731.59-
YUV102.13156.71152.16-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.36%
GREEN value IS 75 (29.69% from 255) = 20.60%
BLUE value IS 153 (60.16% from 255) = 42.03%
R=37.36%
G=20.60%
B=42.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal136751530.110.5100.4286.9234.2144.71
Hex884B99B3302811f222d
Octal21011323113630504374255
Binary1000100010010111001100110111100110101000100011111100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884B99; }

 p { color: rgb(136,75,153); }

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

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

 a { background-color: rgb(136,75,153); }

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

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

 span { border-color: rgb(136,75,153); }

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