#88499A

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

Shades of Vivid Violet #88499A

Tints of Vivid Violet #88499A

Color information

#88499A (or 0x88499A) is unknown color: approx Vivid Violet. HEX triplet: 88, 49 and 9A. RGB value is (136,73,154). Sum of RGB (Red+Green+Blue) = 136+73+154=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 154 (60.55% from 255 or 42.42% from 363); Max value from RGB is 154 - color contains mainly: blue. Hex color #88499A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88499A is #77B665. Grayscale: #646464. Windows color (decimal): -7845478 or 10111368. OLE color: 10111368.

HSL color Cylindrical-coordinate representation of color #88499A: hue angle of 286.67º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #88499A is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13673154-
CMYK0.120.5300.40
HSL286.67º35.68%44.51%-
HSV(B)286.67º52.6%60.39%-
XYZ18.3712.3331.98-
YUV101.07157.87152.91-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.47%
GREEN value IS 73 (28.91% from 255) = 20.11%
BLUE value IS 154 (60.55% from 255) = 42.42%
R=37.47%
G=20.11%
B=42.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal136731540.120.5300.40286.6735.6844.51
Hex88499AC3502811f242d
Octal21011123214650504374455
Binary1000100010010011001101011001101010101000100011111100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88499A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88499A; }

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

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

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

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

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

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

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

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