#884092

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

Shades of Vivid Violet #884092

Tints of Vivid Violet #884092

Color information

#884092 (or 0x884092) is unknown color: approx Vivid Violet. HEX triplet: 88, 40 and 92. RGB value is (136,64,146). Sum of RGB (Red+Green+Blue) = 136+64+146=346 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.31% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 146 (57.42% from 255 or 42.20% from 346); Max value from RGB is 146 - color contains mainly: blue. Hex color #884092 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884092 is #77BF6D. Grayscale: #5E5E5E. Windows color (decimal): -7847790 or 9584776. OLE color: 9584776.

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

Color convert

RGB13664146-
CMYK0.070.5600.43
HSL292.68º39.05%41.18%-
HSV(B)292.68º56.16%57.25%-
XYZ17.1810.9828.41-
YUV94.88156.85157.33-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.31%
GREEN value IS 64 (25.39% from 255) = 18.50%
BLUE value IS 146 (57.42% from 255) = 42.20%
R=39.31%
G=18.50%
B=42.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal136641460.070.5600.43292.6839.0541.18
Hex88409273802B1252729
Octal2101002227700534454751
Binary100010001000000100100101111110000101011100100101100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884092; }

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

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

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

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

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

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

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

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