#884C98

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

Shades of Vivid Violet #884C98

Tints of Vivid Violet #884C98

Color information

#884C98 (or 0x884C98) is unknown color: approx Vivid Violet. HEX triplet: 88, 4C and 98. RGB value is (136,76,152). Sum of RGB (Red+Green+Blue) = 136+76+152=364 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.36% from 364); Green value is 76 (30.08% from 255 or 20.88% from 364); Blue value is 152 (59.77% from 255 or 41.76% from 364); Max value from RGB is 152 - color contains mainly: blue. Hex color #884C98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884C98 is #77B367. Grayscale: #666666. Windows color (decimal): -7844712 or 9981064. OLE color: 9981064.

HSL color Cylindrical-coordinate representation of color #884C98: hue angle of 287.37º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #884C98 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13676152-
CMYK0.110.5000.40
HSL287.37º33.33%44.71%-
HSV(B)287.37º50%59.61%-
XYZ18.4112.6731.18-
YUV102.6155.88151.82-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.36%
GREEN value IS 76 (30.08% from 255) = 20.88%
BLUE value IS 152 (59.77% from 255) = 41.76%
R=37.36%
G=20.88%
B=41.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal136761520.110.5000.40287.3733.3344.71
Hex884C98B3202811f212d
Octal21011423013620504374155
Binary1000100010011001001100010111100100101000100011111100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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