#88349f

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

Shades of Vivid Violet #88349F

Tints of Vivid Violet #88349F

Color information

#88349F (or 0x88349F) is unknown color: approx Vivid Violet. HEX triplet: 88, 34 and 9F. RGB value is (136,52,159). Sum of RGB (Red+Green+Blue) = 136+52+159=347 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.19% from 347); Green value is 52 (20.70% from 255 or 14.99% from 347); Blue value is 159 (62.5% from 255 or 45.82% from 347); Max value from RGB is 159 - color contains mainly: blue. Hex color #88349F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88349F is #77CB60. Grayscale: #585858. Windows color (decimal): -7850849 or 10433672. OLE color: 10433672.

HSL color Cylindrical-coordinate representation of color #88349F: hue angle of 287.1º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #88349F is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13652159-
CMYK0.140.6700.38
HSL287.1º50.71%41.37%-
HSV(B)287.1º67.3%62.35%-
XYZ17.6410.1933.84-
YUV89.31167.33161.3-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.19%
GREEN value IS 52 (20.70% from 255) = 14.99%
BLUE value IS 159 (62.5% from 255) = 45.82%
R=39.19%
G=14.99%
B=45.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal136521590.140.6700.38287.150.7141.37
Hex88349FE4302611f3329
Octal21064237161030464376351
Binary1000100011010010011111111010000110100110100011111110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88349f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88349f; }

 p { color: rgb(136,52,159); }

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

<style>
 a { background-color: #88349f; }

 a { background-color: rgb(136,52,159); }

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

<style>
 span { border-color: #88349f; }

 span { border-color: rgb(136,52,159); }

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