#855D97

Color #855D97 Affair (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Affair #855D97

Tints of Affair #855D97

Color information

#855D97 (or 0x855D97) is unknown color: approx Affair. HEX triplet: 85, 5D and 97. RGB value is (133,93,151). Sum of RGB (Red+Green+Blue) = 133+93+151=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 93 (36.72% from 255 or 24.67% from 377); Blue value is 151 (59.38% from 255 or 40.05% from 377); Max value from RGB is 151 - color contains mainly: blue. Hex color #855D97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855D97 is #7AA268. Grayscale: #6F6F6F. Windows color (decimal): -8036969 or 9919877. OLE color: 9919877.

HSL color Cylindrical-coordinate representation of color #855D97: hue angle of 281.38º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #855D97 is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13393151-
CMYK0.120.3800.41
HSL281.38º23.77%47.84%-
HSV(B)281.38º38.41%59.22%-
XYZ19.1715.0531.17-
YUV111.57150.25143.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.28%
GREEN value IS 93 (36.72% from 255) = 24.67%
BLUE value IS 151 (59.38% from 255) = 40.05%
R=35.28%
G=24.67%
B=40.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal133931510.120.3800.41281.3823.7747.84
Hex855D97C260291191830
Octal20513522714460514313060
Binary100001011011101100101111100100110010100110001100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855D97; }

 p { color: rgb(133,93,151); }

 H1.HeaderClassName
 {
   color: #855D97;
 }
 .AnyTagClassName
 {
   color: #855D97;
 }
</style>
background-color css

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

 a { background-color: rgb(133,93,151); }

 div.DivClassName
 {
   background-color: #855D97;
 }
 .BgClassName
 {
   background-color: #855D97;
 }
</style>
border-color css

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

 span { border-color: rgb(133,93,151); }

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