Html Css Color HEX #855295 Affair

📋 copy color: '#855295'

red 133 ◦ green 82 ◦ blue 149

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

Shades of Affair #855295

Tints of Affair #855295

RGB

 RED value IS 133 (52.34% from 255) = 36.54%

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

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

R = 36.54%
G = 22.53%
B = 40.93%

CMYK

 C value IS 0.11

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#855295 (or 0x855295) is known color: Affair. HEX triplet: 85, 52 and 95. RGB value is (133,82,149). Sum of RGB (Red+Green+Blue) = 133+82+149=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 149 (58.59% from 255 or 40.93% from 364); Max value from RGB is 149 - color contains mainly: blue. Hex color #855295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855295 is #7AAD6A. Grayscale: #686868. Windows color (decimal): -8039787 or 9785989. OLE color: 9785989.

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

Color convert

RGB 133 82 149 -
CMYK 0.11 0.45 0 0.42
HSL 285.67º 0.29% 0.45% -
HSV(B) 285.67º 0.45% 0.58% -
XYZ 18.11 13.19 30.03 -
YUV 104.89 152.9 148.05 -
System Red Green Blue C M Y K H S L
Decimal 133 82 149 0.11 0.45 0 0.42 285.67 0.29 0.45
Hex 85 52 95 B 2D 0 2A 11E 1D 2D
Octal 205 122 225 13 55 0 52 436 35 55
Binary 10000101 1010010 10010101 1011 101101 0 101010 100011110 11101 101101

Color Harmonies of #855295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855295

Black with #855295

Text Example


Text Example

White with #855295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855295; }

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

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

background-color css

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

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

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

border-color css

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

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

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