#884492

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

Shades of Vivid Violet #884492

Tints of Vivid Violet #884492

Color information

#884492 (or 0x884492) is unknown color: approx Vivid Violet. HEX triplet: 88, 44 and 92. RGB value is (136,68,146). Sum of RGB (Red+Green+Blue) = 136+68+146=350 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.86% from 350); Green value is 68 (26.95% from 255 or 19.43% from 350); Blue value is 146 (57.42% from 255 or 41.71% from 350); Max value from RGB is 146 - color contains mainly: blue. Hex color #884492 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884492 is #77BB6D. Grayscale: #606060. Windows color (decimal): -7846766 or 9585800. OLE color: 9585800.

HSL color Cylindrical-coordinate representation of color #884492: hue angle of 292.31º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #884492 is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13668146-
CMYK0.070.5300.43
HSL292.31º36.45%41.96%-
HSV(B)292.31º53.42%57.25%-
XYZ17.4111.4428.49-
YUV97.22155.53155.66-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.86%
GREEN value IS 68 (26.95% from 255) = 19.43%
BLUE value IS 146 (57.42% from 255) = 41.71%
R=38.86%
G=19.43%
B=41.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal136681460.070.5300.43292.3136.4541.96
Hex88449273502B124242a
Octal2101042227650534444452
Binary100010001000100100100101111101010101011100100100100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884492; }

 p { color: rgb(136,68,146); }

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

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

 a { background-color: rgb(136,68,146); }

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

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

 span { border-color: rgb(136,68,146); }

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