#88358E

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

Shades of Vivid Violet #88358E

Tints of Vivid Violet #88358E

Color information

#88358E (or 0x88358E) is unknown color: approx Vivid Violet. HEX triplet: 88, 35 and 8E. RGB value is (136,53,142). Sum of RGB (Red+Green+Blue) = 136+53+142=331 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.09% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 142 (55.86% from 255 or 42.90% from 331); Max value from RGB is 142 - color contains mainly: blue. Hex color #88358E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88358E is #77CA71. Grayscale: #575757. Windows color (decimal): -7850610 or 9319816. OLE color: 9319816.

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

Color convert

RGB13653142-
CMYK0.040.6300.44
HSL295.96º45.64%38.24%-
HSV(B)295.96º62.68%55.69%-
XYZ16.319.7326.61-
YUV87.96158.5162.26-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.09%
GREEN value IS 53 (21.09% from 255) = 16.01%
BLUE value IS 142 (55.86% from 255) = 42.90%
R=41.09%
G=16.01%
B=42.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal136531420.040.6300.44295.9645.6438.24
Hex88358E43F02C1282e26
Octal210652164770544505646
Binary10001000110101100011101001111110101100100101000101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88358E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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