#88298E

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

Shades of Vivid Violet #88298E

Tints of Vivid Violet #88298E

Color information

#88298E (or 0x88298E) is unknown color: approx Vivid Violet. HEX triplet: 88, 29 and 8E. RGB value is (136,41,142). Sum of RGB (Red+Green+Blue) = 136+41+142=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 142 (55.86% from 255 or 44.51% from 319); Max value from RGB is 142 - color contains mainly: blue. Hex color #88298E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88298E is #77D671. Grayscale: #505050. Windows color (decimal): -7853682 or 9316744. OLE color: 9316744.

HSL color Cylindrical-coordinate representation of color #88298E: hue angle of 296.44º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #88298E is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13641142-
CMYK0.040.7100.44
HSL296.44º55.19%35.88%-
HSV(B)296.44º71.13%55.69%-
XYZ15.838.7726.45-
YUV80.92162.47167.29-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.63%
GREEN value IS 41 (16.41% from 255) = 12.85%
BLUE value IS 142 (55.86% from 255) = 44.51%
R=42.63%
G=12.85%
B=44.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal136411420.040.7100.44296.4455.1935.88
Hex88298E44702C1283724
Octal2105121641070544506744
Binary100010001010011000111010010001110101100100101000110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88298E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88298E; }

 p { color: rgb(136,41,142); }

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

<style>
 a { background-color: #88298E; }

 a { background-color: rgb(136,41,142); }

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

<style>
 span { border-color: #88298E; }

 span { border-color: rgb(136,41,142); }

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