#884F94

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

Shades of Vivid Violet #884F94

Tints of Vivid Violet #884F94

Color information

#884F94 (or 0x884F94) is unknown color: approx Vivid Violet. HEX triplet: 88, 4F and 94. RGB value is (136,79,148). Sum of RGB (Red+Green+Blue) = 136+79+148=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 79 (31.25% from 255 or 21.76% from 363); Blue value is 148 (58.20% from 255 or 40.77% from 363); Max value from RGB is 148 - color contains mainly: blue. Hex color #884F94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #884F94 is #77B06B. Grayscale: #676767. Windows color (decimal): -7843948 or 9719688. OLE color: 9719688.

HSL color Cylindrical-coordinate representation of color #884F94: hue angle of 289.57º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #884F94 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13679148-
CMYK0.080.4700.42
HSL289.57º30.4%44.51%-
HSV(B)289.57º46.62%58.04%-
XYZ18.2912.9629.56-
YUV103.91152.88150.89-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.47%
GREEN value IS 79 (31.25% from 255) = 21.76%
BLUE value IS 148 (58.20% from 255) = 40.77%
R=37.47%
G=21.76%
B=40.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136791480.080.4700.42289.5730.444.51
Hex884F9482F02A1221e2d
Octal21011722410570524423655
Binary100010001001111100101001000101111010101010010001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,79,148); }

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

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

 a { background-color: rgb(136,79,148); }

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

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

 span { border-color: rgb(136,79,148); }

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