#883193

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

Shades of Vivid Violet #883193

Tints of Vivid Violet #883193

Color information

#883193 (or 0x883193) is unknown color: approx Vivid Violet. HEX triplet: 88, 31 and 93. RGB value is (136,49,147). Sum of RGB (Red+Green+Blue) = 136+49+147=332 (43% of max value = 765). Red value is 136 (53.52% from 255 or 40.96% from 332); Green value is 49 (19.53% from 255 or 14.76% from 332); Blue value is 147 (57.81% from 255 or 44.28% from 332); Max value from RGB is 147 - color contains mainly: blue. Hex color #883193 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883193 is #77CE6C. Grayscale: #555555. Windows color (decimal): -7851629 or 9646472. OLE color: 9646472.

HSL color Cylindrical-coordinate representation of color #883193: hue angle of 293.27º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #883193 is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13649147-
CMYK0.070.6700.42
HSL293.27º50%38.43%-
HSV(B)293.27º66.67%57.65%-
XYZ16.529.5428.57-
YUV86.18162.32163.53-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.96%
GREEN value IS 49 (19.53% from 255) = 14.76%
BLUE value IS 147 (57.81% from 255) = 44.28%
R=40.96%
G=14.76%
B=44.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136491470.070.6700.42293.275038.43
Hex88319374302A1253226
Octal2106122371030524456246
Binary100010001100011001001111110000110101010100100101110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883193; }

 p { color: rgb(136,49,147); }

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

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

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

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

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

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

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