#885092

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

Shades of Vivid Violet #885092

Tints of Vivid Violet #885092

Color information

#885092 (or 0x885092) is unknown color: approx Vivid Violet. HEX triplet: 88, 50 and 92. RGB value is (136,80,146). Sum of RGB (Red+Green+Blue) = 136+80+146=362 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.57% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 146 (57.42% from 255 or 40.33% from 362); Max value from RGB is 146 - color contains mainly: blue. Hex color #885092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885092 is #77AF6D. Grayscale: #686868. Windows color (decimal): -7843694 or 9588872. OLE color: 9588872.

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

Color convert

RGB13680146-
CMYK0.070.4500.43
HSL290.91º29.2%44.31%-
HSV(B)290.91º45.21%57.25%-
XYZ18.2113.0528.75-
YUV104.27151.55150.63-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.57%
GREEN value IS 80 (31.64% from 255) = 22.10%
BLUE value IS 146 (57.42% from 255) = 40.33%
R=37.57%
G=22.10%
B=40.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal136801460.070.4500.43290.9129.244.31
Hex88509272D02B1231d2c
Octal2101202227550534433554
Binary10001000101000010010010111101101010101110010001111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885092; }

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

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

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

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

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

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

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

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