Html Css Color HEX #885594 Affair

📋 copy color: '#885594'

red 136 ◦ green 85 ◦ blue 148

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

Shades of Affair #885594

Tints of Affair #885594

RGB

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

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

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

R = 36.86%
G = 23.04%
B = 40.11%

CMYK

 C value IS 0.08

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#885594 (or 0x885594) is known color: Affair. HEX triplet: 88, 55 and 94. RGB value is (136,85,148). Sum of RGB (Red+Green+Blue) = 136+85+148=369 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.86% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 148 (58.20% from 255 or 40.11% from 369); Max value from RGB is 148 - color contains mainly: blue. Hex color #885594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885594 is #77AA6B. Grayscale: #6B6B6B. Windows color (decimal): -7842412 or 9721224. OLE color: 9721224.

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

Color convert

RGB 136 85 148 -
CMYK 0.08 0.43 0 0.42
HSL 288.57º 0.27% 0.46% -
HSV(B) 288.57º 0.43% 0.58% -
XYZ 18.75 13.87 29.71 -
YUV 107.43 150.9 148.38 -
System Red Green Blue C M Y K H S L
Decimal 136 85 148 0.08 0.43 0 0.42 288.57 0.27 0.46
Hex 88 55 94 8 2B 0 2A 121 1B 2E
Octal 210 125 224 10 53 0 52 441 33 56
Binary 10001000 1010101 10010100 1000 101011 0 101010 100100001 11011 101110

Color Harmonies of #885594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885594

Black with #885594

Text Example


Text Example

White with #885594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885594; }

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

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

background-color css

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

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

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

border-color css

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

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

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