#88299A

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

Shades of Vivid Violet #88299A

Tints of Vivid Violet #88299A

Color information

#88299A (or 0x88299A) is unknown color: approx Vivid Violet. HEX triplet: 88, 29 and 9A. RGB value is (136,41,154). Sum of RGB (Red+Green+Blue) = 136+41+154=331 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.09% from 331); Green value is 41 (16.41% from 255 or 12.39% from 331); Blue value is 154 (60.55% from 255 or 46.53% from 331); Max value from RGB is 154 - color contains mainly: blue. Hex color #88299A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88299A is #77D665. Grayscale: #515151. Windows color (decimal): -7853670 or 10103176. OLE color: 10103176.

HSL color Cylindrical-coordinate representation of color #88299A: hue angle of 290.44º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #88299A is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13641154-
CMYK0.120.7300.40
HSL290.44º57.95%38.24%-
HSV(B)290.44º73.38%60.39%-
XYZ16.789.1531.45-
YUV82.29168.47166.31-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.09%
GREEN value IS 41 (16.41% from 255) = 12.39%
BLUE value IS 154 (60.55% from 255) = 46.53%
R=41.09%
G=12.39%
B=46.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal136411540.120.7300.40290.4457.9538.24
Hex88299AC490281223a26
Octal21051232141110504427246
Binary1000100010100110011010110010010010101000100100010111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88299A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88299A; }

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

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

<style>
 a { background-color: #88299A; }

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

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

<style>
 span { border-color: #88299A; }

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

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