Html Css Color HEX #855997 Affair

📋 copy color: '#855997'

red 133 ◦ green 89 ◦ blue 151

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

Shades of Affair #855997

Tints of Affair #855997

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.86%

 BLUE value IS 151 (59.38% from 255) = 40.48%

R = 35.66%
G = 23.86%
B = 40.48%

CMYK

 C value IS 0.12

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#855997 (or 0x855997) is known color: Affair. HEX triplet: 85, 59 and 97. RGB value is (133,89,151). Sum of RGB (Red+Green+Blue) = 133+89+151=373 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.66% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 151 (59.38% from 255 or 40.48% from 373); Max value from RGB is 151 - color contains mainly: blue. Hex color #855997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855997 is #7AA668. Grayscale: #6D6D6D. Windows color (decimal): -8037993 or 9918853. OLE color: 9918853.

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

Color convert

RGB 133 89 151 -
CMYK 0.12 0.41 0 0.41
HSL 282.58º 0.26% 0.47% -
HSV(B) 282.58º 0.41% 0.59% -
XYZ 18.83 14.37 31.06 -
YUV 109.22 151.58 144.96 -
System Red Green Blue C M Y K H S L
Decimal 133 89 151 0.12 0.41 0 0.41 282.58 0.26 0.47
Hex 85 59 97 C 29 0 29 11B 1A 2F
Octal 205 131 227 14 51 0 51 433 32 57
Binary 10000101 1011001 10010111 1100 101001 0 101001 100011011 11010 101111

Color Harmonies of #855997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855997

Black with #855997

Text Example


Text Example

White with #855997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855997; }

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

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

background-color css

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

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

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

border-color css

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

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

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