#886194

Color #886194 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #886194

Tints of Trendy Pink #886194

Color information

#886194 (or 0x886194) is unknown color: approx Trendy Pink. HEX triplet: 88, 61 and 94. RGB value is (136,97,148). Sum of RGB (Red+Green+Blue) = 136+97+148=381 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.70% from 381); Green value is 97 (38.28% from 255 or 25.46% from 381); Blue value is 148 (58.20% from 255 or 38.85% from 381); Max value from RGB is 148 - color contains mainly: blue. Hex color #886194 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886194 is #779E6B. Grayscale: #727272. Windows color (decimal): -7839340 or 9724296. OLE color: 9724296.

HSL color Cylindrical-coordinate representation of color #886194: hue angle of 285.88º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #886194 is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13697148-
CMYK0.080.3400.42
HSL285.88º20.82%48.04%-
HSV(B)285.88º34.46%58.04%-
XYZ19.7715.9230.05-
YUV114.48146.92143.35-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.70%
GREEN value IS 97 (38.28% from 255) = 25.46%
BLUE value IS 148 (58.20% from 255) = 38.85%
R=35.70%
G=25.46%
B=38.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136971480.080.3400.42285.8820.8248.04
Hex88619482202A11e1530
Octal21014122410420524362560
Binary100010001100001100101001000100010010101010001111010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886194; }

 p { color: rgb(136,97,148); }

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

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

 a { background-color: rgb(136,97,148); }

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

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

 span { border-color: rgb(136,97,148); }

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