Html Css Color HEX #885294 Affair

📋 copy color: '#885294'

red 136 ◦ green 82 ◦ blue 148

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

Shades of Affair #885294

Tints of Affair #885294

RGB

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

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

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

R = 37.16%
G = 22.4%
B = 40.44%

CMYK

 C value IS 0.08

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#885294 (or 0x885294) is known color: Affair. HEX triplet: 88, 52 and 94. RGB value is (136,82,148). Sum of RGB (Red+Green+Blue) = 136+82+148=366 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.16% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 148 (58.20% from 255 or 40.44% from 366); Max value from RGB is 148 - color contains mainly: blue. Hex color #885294 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885294 is #77AD6B. Grayscale: #696969. Windows color (decimal): -7843180 or 9720456. OLE color: 9720456.

HSL color Cylindrical-coordinate representation of color #885294: hue angle of 289.09º 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 #885294 is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 82 148 -
CMYK 0.08 0.45 0 0.42
HSL 289.09º 0.29% 0.45% -
HSV(B) 289.09º 0.45% 0.58% -
XYZ 18.52 13.41 29.63 -
YUV 105.67 151.89 149.63 -
System Red Green Blue C M Y K H S L
Decimal 136 82 148 0.08 0.45 0 0.42 289.09 0.29 0.45
Hex 88 52 94 8 2D 0 2A 121 1D 2D
Octal 210 122 224 10 55 0 52 441 35 55
Binary 10001000 1010010 10010100 1000 101101 0 101010 100100001 11101 101101

Color Harmonies of #885294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885294

Black with #885294

Text Example


Text Example

White with #885294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885294; }

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

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

background-color css

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

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

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

border-color css

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

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

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