#883386

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

Shades of Vivid Violet #883386

Tints of Vivid Violet #883386

Color information

#883386 (or 0x883386) is unknown color: approx Vivid Violet. HEX triplet: 88, 33 and 86. RGB value is (136,51,134). Sum of RGB (Red+Green+Blue) = 136+51+134=321 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.37% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 134 (52.73% from 255 or 41.74% from 321); Max value from RGB is 136 - color contains mainly: red. Hex color #883386 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883386 is #77CC79. Grayscale: #555555. Windows color (decimal): -7851130 or 8795016. OLE color: 8795016.

HSL color Cylindrical-coordinate representation of color #883386: hue angle of 301.41º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #883386 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB13651134-
CMYK00.620.010.47
HSL301.41º45.45%36.67%-
HSV(B)301.41º62.5%53.33%-
XYZ15.649.3223.53-
YUV85.88155.16163.75-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.37%
GREEN value IS 51 (20.31% from 255) = 15.89%
BLUE value IS 134 (52.73% from 255) = 41.74%
R=42.37%
G=15.89%
B=41.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1365113400.620.010.47301.4145.4536.67
Hex88338603E12F12d2d25
Octal210632060761574555545
Binary100010001100111000011001111101101111100101101101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883386; }

 p { color: rgb(136,51,134); }

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

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

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

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

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

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

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