#884C90

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

Shades of Vivid Violet #884C90

Tints of Vivid Violet #884C90

Color information

#884C90 (or 0x884C90) is unknown color: approx Vivid Violet. HEX triplet: 88, 4C and 90. RGB value is (136,76,144). Sum of RGB (Red+Green+Blue) = 136+76+144=356 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.20% from 356); Green value is 76 (30.08% from 255 or 21.35% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 144 - color contains mainly: blue. Hex color #884C90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884C90 is #77B36F. Grayscale: #656565. Windows color (decimal): -7844720 or 9456776. OLE color: 9456776.

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

Color convert

RGB13676144-
CMYK0.060.4700.44
HSL292.94º30.91%43.14%-
HSV(B)292.94º47.22%56.47%-
XYZ17.7712.4227.85-
YUV101.69151.88152.47-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.20%
GREEN value IS 76 (30.08% from 255) = 21.35%
BLUE value IS 144 (56.64% from 255) = 40.45%
R=38.20%
G=21.35%
B=40.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal136761440.060.4700.44292.9430.9143.14
Hex884C9062F02C1251f2b
Octal2101142206570544453753
Binary10001000100110010010000110101111010110010010010111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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