#88328B

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

Shades of Vivid Violet #88328B

Tints of Vivid Violet #88328B

Color information

#88328B (or 0x88328B) is unknown color: approx Vivid Violet. HEX triplet: 88, 32 and 8B. RGB value is (136,50,139). Sum of RGB (Red+Green+Blue) = 136+50+139=325 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.85% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 139 - color contains mainly: blue. Hex color #88328B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88328B is #77CD74. Grayscale: #555555. Windows color (decimal): -7851381 or 9122440. OLE color: 9122440.

HSL color Cylindrical-coordinate representation of color #88328B: hue angle of 297.98º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #88328B is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13650139-
CMYK0.020.6400.45
HSL297.98º47.09%37.06%-
HSV(B)297.98º64.03%54.51%-
XYZ15.959.3825.4-
YUV85.86157.99163.76-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.85%
GREEN value IS 50 (19.92% from 255) = 15.38%
BLUE value IS 139 (54.69% from 255) = 42.77%
R=41.85%
G=15.38%
B=42.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal136501390.020.6400.45297.9847.0937.06
Hex88328B24002D12a2f25
Octal2106221321000554525745
Binary10001000110010100010111010000000101101100101010101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88328B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88328B; }

 p { color: rgb(136,50,139); }

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

<style>
 a { background-color: #88328B; }

 a { background-color: rgb(136,50,139); }

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

<style>
 span { border-color: #88328B; }

 span { border-color: rgb(136,50,139); }

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