Html Css Color HEX #885295 Affair

📋 copy color: '#885295'

red 136 ◦ green 82 ◦ blue 149

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

Shades of Affair #885295

Tints of Affair #885295

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.34%

 BLUE value IS 149 (58.59% from 255) = 40.6%

R = 37.06%
G = 22.34%
B = 40.6%

CMYK

 C value IS 0.09

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#885295 (or 0x885295) is known color: Affair. HEX triplet: 88, 52 and 95. RGB value is (136,82,149). Sum of RGB (Red+Green+Blue) = 136+82+149=367 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.06% from 367); Green value is 82 (32.42% from 255 or 22.34% from 367); Blue value is 149 (58.59% from 255 or 40.60% from 367); Max value from RGB is 149 - color contains mainly: blue. Hex color #885295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885295 is #77AD6A. Grayscale: #696969. Windows color (decimal): -7843179 or 9785992. OLE color: 9785992.

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

Color convert

RGB 136 82 149 -
CMYK 0.09 0.45 0 0.42
HSL 288.36º 0.29% 0.45% -
HSV(B) 288.36º 0.45% 0.58% -
XYZ 18.6 13.44 30.05 -
YUV 105.78 152.39 149.55 -
System Red Green Blue C M Y K H S L
Decimal 136 82 149 0.09 0.45 0 0.42 288.36 0.29 0.45
Hex 88 52 95 9 2D 0 2A 120 1D 2D
Octal 210 122 225 11 55 0 52 440 35 55
Binary 10001000 1010010 10010101 1001 101101 0 101010 100100000 11101 101101

Color Harmonies of #885295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885295

Black with #885295

Text Example


Text Example

White with #885295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885295; }

 p { color: rgb(136,82,149); }

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

background-color css

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

 a { background-color: rgb(136,82,149); }

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

border-color css

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

 span { border-color: rgb(136,82,149); }

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