#88288D

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

Shades of Vivid Violet #88288D

Tints of Vivid Violet #88288D

Color information

#88288D (or 0x88288D) is unknown color: approx Vivid Violet. HEX triplet: 88, 28 and 8D. RGB value is (136,40,141). Sum of RGB (Red+Green+Blue) = 136+40+141=317 (41% of max value = 765). Red value is 136 (53.52% from 255 or 42.90% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 141 (55.47% from 255 or 44.48% from 317); Max value from RGB is 141 - color contains mainly: blue. Hex color #88288D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88288D is #77D772. Grayscale: #4F4F4F. Windows color (decimal): -7853939 or 9250952. OLE color: 9250952.

HSL color Cylindrical-coordinate representation of color #88288D: hue angle of 297.03º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #88288D is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13640141-
CMYK0.040.7200.45
HSL297.03º55.8%35.49%-
HSV(B)297.03º71.63%55.29%-
XYZ15.728.6726.05-
YUV80.22162.3167.79-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.90%
GREEN value IS 40 (16.02% from 255) = 12.62%
BLUE value IS 141 (55.47% from 255) = 44.48%
R=42.90%
G=12.62%
B=44.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal136401410.040.7200.45297.0355.835.49
Hex88288D44802D1293823
Octal2105021541100554517043
Binary100010001010001000110110010010000101101100101001111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88288D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,40,141); }

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

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

 a { background-color: rgb(136,40,141); }

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

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

 span { border-color: rgb(136,40,141); }

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