#88298D

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

Shades of Vivid Violet #88298D

Tints of Vivid Violet #88298D

Color information

#88298D (or 0x88298D) is unknown color: approx Vivid Violet. HEX triplet: 88, 29 and 8D. RGB value is (136,41,141). Sum of RGB (Red+Green+Blue) = 136+41+141=318 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.77% from 318); Green value is 41 (16.41% from 255 or 12.89% from 318); Blue value is 141 (55.47% from 255 or 44.34% from 318); Max value from RGB is 141 - color contains mainly: blue. Hex color #88298D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88298D is #77D672. Grayscale: #505050. Windows color (decimal): -7853683 or 9251208. OLE color: 9251208.

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

Color convert

RGB13641141-
CMYK0.040.7100.45
HSL297º54.95%35.69%-
HSV(B)297º70.92%55.29%-
XYZ15.758.7426.06-
YUV80.8161.97167.37-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.77%
GREEN value IS 41 (16.41% from 255) = 12.89%
BLUE value IS 141 (55.47% from 255) = 44.34%
R=42.77%
G=12.89%
B=44.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal136411410.040.7100.4529754.9535.69
Hex88298D44702D1293724
Octal2105121541070554516744
Binary100010001010011000110110010001110101101100101001110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88298D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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