#88388B

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

Shades of Vivid Violet #88388B

Tints of Vivid Violet #88388B

Color information

#88388B (or 0x88388B) is unknown color: approx Vivid Violet. HEX triplet: 88, 38 and 8B. RGB value is (136,56,139). Sum of RGB (Red+Green+Blue) = 136+56+139=331 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.09% from 331); Green value is 56 (22.27% from 255 or 16.92% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 139 - color contains mainly: blue. Hex color #88388B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88388B is #77C774. Grayscale: #595959. Windows color (decimal): -7849845 or 9123976. OLE color: 9123976.

HSL color Cylindrical-coordinate representation of color #88388B: hue angle of 297.83º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #88388B is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13656139-
CMYK0.020.6000.45
HSL297.83º42.56%38.24%-
HSV(B)297.83º59.71%54.51%-
XYZ16.239.9325.49-
YUV89.38156161.25-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.09%
GREEN value IS 56 (22.27% from 255) = 16.92%
BLUE value IS 139 (54.69% from 255) = 41.99%
R=41.09%
G=16.92%
B=41.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal136561390.020.6000.45297.8342.5638.24
Hex88388B23C02D12a2b26
Octal210702132740554525346
Binary1000100011100010001011101111000101101100101010101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88388B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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