#884998

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

Shades of Vivid Violet #884998

Tints of Vivid Violet #884998

Color information

#884998 (or 0x884998) is unknown color: approx Vivid Violet. HEX triplet: 88, 49 and 98. RGB value is (136,73,152). Sum of RGB (Red+Green+Blue) = 136+73+152=361 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.67% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 152 (59.77% from 255 or 42.11% from 361); Max value from RGB is 152 - color contains mainly: blue. Hex color #884998 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884998 is #77B667. Grayscale: #646464. Windows color (decimal): -7845480 or 9980296. OLE color: 9980296.

HSL color Cylindrical-coordinate representation of color #884998: hue angle of 287.85º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #884998 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13673152-
CMYK0.110.5200.40
HSL287.85º35.11%44.12%-
HSV(B)287.85º51.97%59.61%-
XYZ18.212.2731.11-
YUV100.84156.87153.08-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.67%
GREEN value IS 73 (28.91% from 255) = 20.22%
BLUE value IS 152 (59.77% from 255) = 42.11%
R=37.67%
G=20.22%
B=42.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal136731520.110.5200.40287.8535.1144.12
Hex884998B34028120232c
Octal21011123013640504404354
Binary1000100010010011001100010111101000101000100100000100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884998; }

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

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

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

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

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

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

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

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