#884193

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

Shades of Vivid Violet #884193

Tints of Vivid Violet #884193

Color information

#884193 (or 0x884193) is unknown color: approx Vivid Violet. HEX triplet: 88, 41 and 93. RGB value is (136,65,147). Sum of RGB (Red+Green+Blue) = 136+65+147=348 (46% of max value = 765). Red value is 136 (53.52% from 255 or 39.08% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 147 (57.81% from 255 or 42.24% from 348); Max value from RGB is 147 - color contains mainly: blue. Hex color #884193 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884193 is #77BE6C. Grayscale: #5F5F5F. Windows color (decimal): -7847533 or 9650568. OLE color: 9650568.

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

Color convert

RGB13665147-
CMYK0.070.5600.42
HSL291.95º38.68%41.57%-
HSV(B)291.95º55.78%57.65%-
XYZ17.3111.1228.84-
YUV95.58157.02156.83-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.08%
GREEN value IS 65 (25.78% from 255) = 18.68%
BLUE value IS 147 (57.81% from 255) = 42.24%
R=39.08%
G=18.68%
B=42.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136651470.070.5600.42291.9538.6841.57
Hex88419373802A124272a
Octal2101012237700524444752
Binary100010001000001100100111111110000101010100100100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884193; }

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

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

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

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

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

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

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

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