#88458B

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

Shades of Vivid Violet #88458B

Tints of Vivid Violet #88458B

Color information

#88458B (or 0x88458B) is unknown color: approx Vivid Violet. HEX triplet: 88, 45 and 8B. RGB value is (136,69,139). Sum of RGB (Red+Green+Blue) = 136+69+139=344 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.53% from 344); Green value is 69 (27.34% from 255 or 20.06% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 139 - color contains mainly: blue. Hex color #88458B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88458B is #77BA74. Grayscale: #606060. Windows color (decimal): -7846517 or 9127304. OLE color: 9127304.

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

Color convert

RGB13669139-
CMYK0.020.5000.45
HSL297.43º33.65%40.78%-
HSV(B)297.43º50.36%54.51%-
XYZ16.9411.3525.72-
YUV97.01151.7155.81-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.53%
GREEN value IS 69 (27.34% from 255) = 20.06%
BLUE value IS 139 (54.69% from 255) = 40.41%
R=39.53%
G=20.06%
B=40.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal136691390.020.5000.45297.4333.6540.78
Hex88458B23202D1292229
Octal2101052132620554514251
Binary10001000100010110001011101100100101101100101001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88458B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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