#883288

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

Shades of Vivid Violet #883288

Tints of Vivid Violet #883288

Color information

#883288 (or 0x883288) is unknown color: approx Vivid Violet. HEX triplet: 88, 32 and 88. RGB value is (136,50,136). Sum of RGB (Red+Green+Blue) = 136+50+136=322 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.24% from 322); Green value is 50 (19.92% from 255 or 15.53% from 322); Blue value is 136 (53.52% from 255 or 42.24% from 322); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #883288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883288 is #77CD77. Grayscale: #555555. Windows color (decimal): -7851384 or 8925832. OLE color: 8925832.

HSL color Cylindrical-coordinate representation of color #883288: hue angle of 300º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #883288 is Cyan = 0, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13650136-
CMYK00.6300.47
HSL300º46.24%36.47%-
HSV(B)300º63.24%53.33%-
XYZ15.749.2924.26-
YUV85.52156.49164.01-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.24%
GREEN value IS 50 (19.92% from 255) = 15.53%
BLUE value IS 136 (53.52% from 255) = 42.24%
R=42.24%
G=15.53%
B=42.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1365013600.6300.4730046.2436.47
Hex88328803F02F12c2e24
Octal210622100770574545644
Binary100010001100101000100001111110101111100101100101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883288; }

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

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

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

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

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

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

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

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