#88458C

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

Shades of Vivid Violet #88458C

Tints of Vivid Violet #88458C

Color information

#88458C (or 0x88458C) is unknown color: approx Vivid Violet. HEX triplet: 88, 45 and 8C. RGB value is (136,69,140). Sum of RGB (Red+Green+Blue) = 136+69+140=345 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.42% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 140 - color contains mainly: blue. Hex color #88458C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88458C is #77BA73. Grayscale: #606060. Windows color (decimal): -7846516 or 9192840. OLE color: 9192840.

HSL color Cylindrical-coordinate representation of color #88458C: hue angle of 296.62º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #88458C is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13669140-
CMYK0.030.5100.45
HSL296.62º33.97%40.98%-
HSV(B)296.62º50.71%54.9%-
XYZ17.0211.3826.11-
YUV97.13152.2155.73-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.42%
GREEN value IS 69 (27.34% from 255) = 20%
BLUE value IS 140 (55.08% from 255) = 40.58%
R=39.42%
G=20%
B=40.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal136691400.030.5100.45296.6233.9740.98
Hex88458C33302D1292229
Octal2101052143630554514251
Binary10001000100010110001100111100110101101100101001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88458C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88458C; }

 p { color: rgb(136,69,140); }

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

<style>
 a { background-color: #88458C; }

 a { background-color: rgb(136,69,140); }

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

<style>
 span { border-color: #88458C; }

 span { border-color: rgb(136,69,140); }

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