#884C97

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

Shades of Vivid Violet #884C97

Tints of Vivid Violet #884C97

Color information

#884C97 (or 0x884C97) is unknown color: approx Vivid Violet. HEX triplet: 88, 4C and 97. RGB value is (136,76,151). Sum of RGB (Red+Green+Blue) = 136+76+151=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 76 (30.08% from 255 or 20.94% from 363); Blue value is 151 (59.38% from 255 or 41.60% from 363); Max value from RGB is 151 - color contains mainly: blue. Hex color #884C97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884C97 is #77B368. Grayscale: #666666. Windows color (decimal): -7844713 or 9915528. OLE color: 9915528.

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

Color convert

RGB13676151-
CMYK0.100.5000.41
HSL288º33.04%44.51%-
HSV(B)288º49.67%59.22%-
XYZ18.3212.6430.75-
YUV102.49155.38151.9-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.47%
GREEN value IS 76 (30.08% from 255) = 20.94%
BLUE value IS 151 (59.38% from 255) = 41.60%
R=37.47%
G=20.94%
B=41.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal136761510.100.5000.4128833.0444.51
Hex884C97A32029120212d
Octal21011422712620514404155
Binary1000100010011001001011110101100100101001100100000100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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