#88479D

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

Shades of Vivid Violet #88479D

Tints of Vivid Violet #88479D

Color information

#88479D (or 0x88479D) is unknown color: approx Vivid Violet. HEX triplet: 88, 47 and 9D. RGB value is (136,71,157). Sum of RGB (Red+Green+Blue) = 136+71+157=364 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.36% from 364); Green value is 71 (28.12% from 255 or 19.51% from 364); Blue value is 157 (61.72% from 255 or 43.13% from 364); Max value from RGB is 157 - color contains mainly: blue. Hex color #88479D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88479D is #77B862. Grayscale: #636363. Windows color (decimal): -7845987 or 10307464. OLE color: 10307464.

HSL color Cylindrical-coordinate representation of color #88479D: hue angle of 285.35º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #88479D is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13671157-
CMYK0.130.5500.38
HSL285.35º37.72%44.71%-
HSV(B)285.35º54.78%61.57%-
XYZ18.4912.1833.27-
YUV100.24160.03153.51-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.36%
GREEN value IS 71 (28.12% from 255) = 19.51%
BLUE value IS 157 (61.72% from 255) = 43.13%
R=37.36%
G=19.51%
B=43.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal136711570.130.5500.38285.3537.7244.71
Hex88479DD3702611d262d
Octal21010723515670464354655
Binary1000100010001111001110111011101110100110100011101100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88479D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,71,157); }

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

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

 a { background-color: rgb(136,71,157); }

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

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

 span { border-color: rgb(136,71,157); }

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