#884892

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

Shades of Vivid Violet #884892

Tints of Vivid Violet #884892

Color information

#884892 (or 0x884892) is unknown color: approx Vivid Violet. HEX triplet: 88, 48 and 92. RGB value is (136,72,146). Sum of RGB (Red+Green+Blue) = 136+72+146=354 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.42% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 146 (57.42% from 255 or 41.24% from 354); Max value from RGB is 146 - color contains mainly: blue. Hex color #884892 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884892 is #77B76D. Grayscale: #636363. Windows color (decimal): -7845742 or 9586824. OLE color: 9586824.

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

Color convert

RGB13672146-
CMYK0.070.5100.43
HSL291.89º33.94%42.75%-
HSV(B)291.89º50.68%57.25%-
XYZ17.6611.9428.57-
YUV99.57154.2153.98-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.42%
GREEN value IS 72 (28.52% from 255) = 20.34%
BLUE value IS 146 (57.42% from 255) = 41.24%
R=38.42%
G=20.34%
B=41.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal136721460.070.5100.43291.8933.9442.75
Hex88489273302B124222b
Octal2101102227630534444253
Binary100010001001000100100101111100110101011100100100100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884892; }

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

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

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

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

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

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

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

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