#88489B

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

Shades of Vivid Violet #88489B

Tints of Vivid Violet #88489B

Color information

#88489B (or 0x88489B) is unknown color: approx Vivid Violet. HEX triplet: 88, 48 and 9B. RGB value is (136,72,155). Sum of RGB (Red+Green+Blue) = 136+72+155=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 155 - color contains mainly: blue. Hex color #88489B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88489B is #77B764. Grayscale: #646464. Windows color (decimal): -7845733 or 10176648. OLE color: 10176648.

HSL color Cylindrical-coordinate representation of color #88489B: hue angle of 286.27º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #88489B is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13672155-
CMYK0.120.5400.39
HSL286.27º36.56%44.51%-
HSV(B)286.27º53.55%60.78%-
XYZ18.3912.2432.4-
YUV100.6158.7153.25-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.47%
GREEN value IS 72 (28.52% from 255) = 19.83%
BLUE value IS 155 (60.94% from 255) = 42.70%
R=37.47%
G=19.83%
B=42.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal136721550.120.5400.39286.2736.5644.51
Hex88489BC3602711e252d
Octal21011023314660474364555
Binary1000100010010001001101111001101100100111100011110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88489B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88489B; }

 p { color: rgb(136,72,155); }

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

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

 a { background-color: rgb(136,72,155); }

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

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

 span { border-color: rgb(136,72,155); }

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