#884196

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

Shades of Vivid Violet #884196

Tints of Vivid Violet #884196

Color information

#884196 (or 0x884196) is unknown color: approx Vivid Violet. HEX triplet: 88, 41 and 96. RGB value is (136,65,150). Sum of RGB (Red+Green+Blue) = 136+65+150=351 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.75% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 150 (58.98% from 255 or 42.74% from 351); Max value from RGB is 150 - color contains mainly: blue. Hex color #884196 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884196 is #77BE69. Grayscale: #5F5F5F. Windows color (decimal): -7847530 or 9847176. OLE color: 9847176.

HSL color Cylindrical-coordinate representation of color #884196: hue angle of 290.12º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #884196 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13665150-
CMYK0.090.5700.41
HSL290.12º39.53%42.16%-
HSV(B)290.12º56.67%58.82%-
XYZ17.5511.2230.09-
YUV95.92158.52156.59-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.75%
GREEN value IS 65 (25.78% from 255) = 18.52%
BLUE value IS 150 (58.98% from 255) = 42.74%
R=38.75%
G=18.52%
B=42.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal136651500.090.5700.41290.1239.5342.16
Hex884196939029122282a
Octal21010122611710514425052
Binary1000100010000011001011010011110010101001100100010101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884196; }

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

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

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

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

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

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

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

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