#88479A

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

Shades of Vivid Violet #88479A

Tints of Vivid Violet #88479A

Color information

#88479A (or 0x88479A) is unknown color: approx Vivid Violet. HEX triplet: 88, 47 and 9A. RGB value is (136,71,154). Sum of RGB (Red+Green+Blue) = 136+71+154=361 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.67% from 361); Green value is 71 (28.12% from 255 or 19.67% from 361); Blue value is 154 (60.55% from 255 or 42.66% from 361); Max value from RGB is 154 - color contains mainly: blue. Hex color #88479A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88479A is #77B865. Grayscale: #636363. Windows color (decimal): -7845990 or 10110856. OLE color: 10110856.

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

Color convert

RGB13671154-
CMYK0.120.5400.40
HSL286.99º36.89%44.12%-
HSV(B)286.99º53.9%60.39%-
XYZ18.2412.0731.94-
YUV99.9158.53153.75-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.67%
GREEN value IS 71 (28.12% from 255) = 19.67%
BLUE value IS 154 (60.55% from 255) = 42.66%
R=37.67%
G=19.67%
B=42.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal136711540.120.5400.40286.9936.8944.12
Hex88479AC3602811f252c
Octal21010723214660504374554
Binary1000100010001111001101011001101100101000100011111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88479A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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