#88498D

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

Shades of Vivid Violet #88498D

Tints of Vivid Violet #88498D

Color information

#88498D (or 0x88498D) is unknown color: approx Vivid Violet. HEX triplet: 88, 49 and 8D. RGB value is (136,73,141). Sum of RGB (Red+Green+Blue) = 136+73+141=350 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.86% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 141 - color contains mainly: blue. Hex color #88498D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88498D is #77B672. Grayscale: #636363. Windows color (decimal): -7845491 or 9259400. OLE color: 9259400.

HSL color Cylindrical-coordinate representation of color #88498D: hue angle of 295.59º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #88498D is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13673141-
CMYK0.040.4800.45
HSL295.59º31.78%41.96%-
HSV(B)295.59º48.23%55.29%-
XYZ17.3411.9226.59-
YUV99.59151.37153.97-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.86%
GREEN value IS 73 (28.91% from 255) = 20.86%
BLUE value IS 141 (55.47% from 255) = 40.29%
R=38.86%
G=20.86%
B=40.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal136731410.040.4800.45295.5931.7841.96
Hex88498D43002D128202a
Octal2101112154600554504052
Binary100010001001001100011011001100000101101100101000100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88498D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88498D; }

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

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

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

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

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

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

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

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