Html Css Color HEX #886094 Trendy Pink

📋 copy color: '#886094'

red 136 ◦ green 96 ◦ blue 148

#886094
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Pink #886094

Tints of Trendy Pink #886094

RGB

 RED value IS 136 (53.52% from 255) = 35.79%

 GREEN value IS 96 (37.89% from 255) = 25.26%

 BLUE value IS 148 (58.2% from 255) = 38.95%

R = 35.79%
G = 25.26%
B = 38.95%

CMYK

 C value IS 0.08

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#886094 (or 0x886094) is known color: Trendy Pink. HEX triplet: 88, 60 and 94. RGB value is (136,96,148). Sum of RGB (Red+Green+Blue) = 136+96+148=380 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.79% from 380); Green value is 96 (37.89% from 255 or 25.26% from 380); Blue value is 148 (58.20% from 255 or 38.95% from 380); Max value from RGB is 148 - color contains mainly: blue. Hex color #886094 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886094 is #779F6B. Grayscale: #717171. Windows color (decimal): -7839596 or 9724040. OLE color: 9724040.

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

Color convert

RGB 136 96 148 -
CMYK 0.08 0.35 0 0.42
HSL 286.15º 0.21% 0.48% -
HSV(B) 286.15º 0.35% 0.58% -
XYZ 19.68 15.74 30.02 -
YUV 113.89 147.25 143.77 -
System Red Green Blue C M Y K H S L
Decimal 136 96 148 0.08 0.35 0 0.42 286.15 0.21 0.48
Hex 88 60 94 8 23 0 2A 11E 15 30
Octal 210 140 224 10 43 0 52 436 25 60
Binary 10001000 1100000 10010100 1000 100011 0 101010 100011110 10101 110000

Color Harmonies of #886094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886094

Black with #886094

Text Example


Text Example

White with #886094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886094; }

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

 H1.HeaderClassName
 {
   color: #886094;
 }
 .AnyTagClassName
 {
   color: #886094;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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