#88389F

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

Shades of Vivid Violet #88389F

Tints of Vivid Violet #88389F

Color information

#88389F (or 0x88389F) is unknown color: approx Vivid Violet. HEX triplet: 88, 38 and 9F. RGB value is (136,56,159). Sum of RGB (Red+Green+Blue) = 136+56+159=351 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.75% from 351); Green value is 56 (22.27% from 255 or 15.95% from 351); Blue value is 159 (62.5% from 255 or 45.30% from 351); Max value from RGB is 159 - color contains mainly: blue. Hex color #88389F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88389F is #77C760. Grayscale: #5B5B5B. Windows color (decimal): -7849825 or 10434696. OLE color: 10434696.

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

Color convert

RGB13656159-
CMYK0.140.6500.38
HSL286.6º47.91%42.16%-
HSV(B)286.6º64.78%62.35%-
XYZ17.8310.5733.9-
YUV91.66166159.62-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.75%
GREEN value IS 56 (22.27% from 255) = 15.95%
BLUE value IS 159 (62.5% from 255) = 45.30%
R=38.75%
G=15.95%
B=45.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal136561590.140.6500.38286.647.9142.16
Hex88389FE4102611f302a
Octal21070237161010464376052
Binary1000100011100010011111111010000010100110100011111110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88389F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88389F; }

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

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

<style>
 a { background-color: #88389F; }

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

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

<style>
 span { border-color: #88389F; }

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

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