Html Css Color HEX #855595 Affair

📋 copy color: '#855595'

red 133 ◦ green 85 ◦ blue 149

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

Shades of Affair #855595

Tints of Affair #855595

RGB

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

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

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

R = 36.24%
G = 23.16%
B = 40.6%

CMYK

 C value IS 0.11

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#855595 (or 0x855595) is known color: Affair. HEX triplet: 85, 55 and 95. RGB value is (133,85,149). Sum of RGB (Red+Green+Blue) = 133+85+149=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 85 (33.59% from 255 or 23.16% 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 #855595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855595 is #7AAA6A. Grayscale: #6A6A6A. Windows color (decimal): -8039019 or 9786757. OLE color: 9786757.

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

Color convert

RGB 133 85 149 -
CMYK 0.11 0.43 0 0.42
HSL 285º 0.27% 0.46% -
HSV(B) 285º 0.43% 0.58% -
XYZ 18.35 13.65 30.1 -
YUV 106.65 151.9 146.8 -
System Red Green Blue C M Y K H S L
Decimal 133 85 149 0.11 0.43 0 0.42 285 0.27 0.46
Hex 85 55 95 B 2B 0 2A 11D 1B 2E
Octal 205 125 225 13 53 0 52 435 33 56
Binary 10000101 1010101 10010101 1011 101011 0 101010 100011101 11011 101110

Color Harmonies of #855595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855595

Black with #855595

Text Example


Text Example

White with #855595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855595; }

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

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

background-color css

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

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

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

border-color css

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

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

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