#88318C

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

Shades of Vivid Violet #88318C

Tints of Vivid Violet #88318C

Color information

#88318C (or 0x88318C) is unknown color: approx Vivid Violet. HEX triplet: 88, 31 and 8C. RGB value is (136,49,140). Sum of RGB (Red+Green+Blue) = 136+49+140=325 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.85% from 325); Green value is 49 (19.53% from 255 or 15.08% from 325); Blue value is 140 (55.08% from 255 or 43.08% from 325); Max value from RGB is 140 - color contains mainly: blue. Hex color #88318C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88318C is #77CE73. Grayscale: #555555. Windows color (decimal): -7851636 or 9187720. OLE color: 9187720.

HSL color Cylindrical-coordinate representation of color #88318C: hue angle of 297.36º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #88318C is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13649140-
CMYK0.030.6500.45
HSL297.36º48.15%37.06%-
HSV(B)297.36º65%54.9%-
XYZ15.999.3225.77-
YUV85.39158.82164.1-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.85%
GREEN value IS 49 (19.53% from 255) = 15.08%
BLUE value IS 140 (55.08% from 255) = 43.08%
R=41.85%
G=15.08%
B=43.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal136491400.030.6500.45297.3648.1537.06
Hex88318C34102D1293025
Octal2106121431010554516045
Binary10001000110001100011001110000010101101100101001110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88318C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88318C; }

 p { color: rgb(136,49,140); }

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

<style>
 a { background-color: #88318C; }

 a { background-color: rgb(136,49,140); }

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

<style>
 span { border-color: #88318C; }

 span { border-color: rgb(136,49,140); }

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