Html Css Color HEX #885593 Trendy Pink

📋 copy color: '#885593'

red 136 ◦ green 85 ◦ blue 147

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

Shades of Trendy Pink #885593

Tints of Trendy Pink #885593

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.1%

 BLUE value IS 147 (57.81% from 255) = 39.95%

R = 36.96%
G = 23.1%
B = 39.95%

CMYK

 C value IS 0.07

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#885593 (or 0x885593) is known color: Trendy Pink. HEX triplet: 88, 55 and 93. RGB value is (136,85,147). Sum of RGB (Red+Green+Blue) = 136+85+147=368 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.96% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 147 (57.81% from 255 or 39.95% from 368); Max value from RGB is 147 - color contains mainly: blue. Hex color #885593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885593 is #77AA6C. Grayscale: #6B6B6B. Windows color (decimal): -7842413 or 9655688. OLE color: 9655688.

HSL color Cylindrical-coordinate representation of color #885593: hue angle of 289.35º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #885593 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 85 147 -
CMYK 0.07 0.42 0 0.42
HSL 289.35º 0.27% 0.45% -
HSV(B) 289.35º 0.42% 0.58% -
XYZ 18.67 13.84 29.29 -
YUV 107.32 150.4 148.46 -
System Red Green Blue C M Y K H S L
Decimal 136 85 147 0.07 0.42 0 0.42 289.35 0.27 0.45
Hex 88 55 93 7 2A 0 2A 121 1B 2D
Octal 210 125 223 7 52 0 52 441 33 55
Binary 10001000 1010101 10010011 111 101010 0 101010 100100001 11011 101101

Color Harmonies of #885593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885593

Black with #885593

Text Example


Text Example

White with #885593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885593; }

 p { color: rgb(136,85,147); }

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

background-color css

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

 a { background-color: rgb(136,85,147); }

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

border-color css

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

 span { border-color: rgb(136,85,147); }

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