#88498E

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

Shades of Vivid Violet #88498E

Tints of Vivid Violet #88498E

Color information

#88498E (or 0x88498E) is unknown color: approx Vivid Violet. HEX triplet: 88, 49 and 8E. RGB value is (136,73,142). Sum of RGB (Red+Green+Blue) = 136+73+142=351 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.75% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 142 (55.86% from 255 or 40.46% from 351); Max value from RGB is 142 - color contains mainly: blue. Hex color #88498E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88498E is #77B671. Grayscale: #636363. Windows color (decimal): -7845490 or 9324936. OLE color: 9324936.

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

Color convert

RGB13673142-
CMYK0.040.4900.44
HSL294.78º32.09%42.16%-
HSV(B)294.78º48.59%55.69%-
XYZ17.4211.9526.98-
YUV99.7151.87153.89-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.75%
GREEN value IS 73 (28.91% from 255) = 20.80%
BLUE value IS 142 (55.86% from 255) = 40.46%
R=38.75%
G=20.80%
B=40.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal136731420.040.4900.44294.7832.0942.16
Hex88498E43102C127202a
Octal2101112164610544474052
Binary100010001001001100011101001100010101100100100111100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88498E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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