#883393

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

Shades of Vivid Violet #883393

Tints of Vivid Violet #883393

Color information

#883393 (or 0x883393) is unknown color: approx Vivid Violet. HEX triplet: 88, 33 and 93. RGB value is (136,51,147). Sum of RGB (Red+Green+Blue) = 136+51+147=334 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.72% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 147 (57.81% from 255 or 44.01% from 334); Max value from RGB is 147 - color contains mainly: blue. Hex color #883393 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883393 is #77CC6C. Grayscale: #575757. Windows color (decimal): -7851117 or 9646984. OLE color: 9646984.

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

Color convert

RGB13651147-
CMYK0.070.6500.42
HSL293.12º48.48%38.82%-
HSV(B)293.12º65.31%57.65%-
XYZ16.69.7128.6-
YUV87.36161.66162.69-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.72%
GREEN value IS 51 (20.31% from 255) = 15.27%
BLUE value IS 147 (57.81% from 255) = 44.01%
R=40.72%
G=15.27%
B=44.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136511470.070.6500.42293.1248.4838.82
Hex88339374102A1253027
Octal2106322371010524456047
Binary100010001100111001001111110000010101010100100101110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883393; }

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

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

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

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

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

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

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

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