Html Css Color HEX #855B99 Affair

📋 copy color: '#855B99'

red 133 ◦ green 91 ◦ blue 153

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

Shades of Affair #855B99

Tints of Affair #855B99

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.14%

 BLUE value IS 153 (60.16% from 255) = 40.58%

R = 35.28%
G = 24.14%
B = 40.58%

CMYK

 C value IS 0.13

 M value IS 0.41

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#855B99 (or 0x855B99) is known color: Affair. HEX triplet: 85, 5B and 99. RGB value is (133,91,153). Sum of RGB (Red+Green+Blue) = 133+91+153=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 91 (35.94% from 255 or 24.14% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 153 - color contains mainly: blue. Hex color #855B99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855B99 is #7AA466. Grayscale: #6E6E6E. Windows color (decimal): -8037479 or 10050437. OLE color: 10050437.

HSL color Cylindrical-coordinate representation of color #855B99: hue angle of 280.65º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #855B99 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 133 91 153 -
CMYK 0.13 0.41 0 0.4
HSL 280.65º 0.25% 0.48% -
HSV(B) 280.65º 0.41% 0.6% -
XYZ 19.16 14.77 31.98 -
YUV 110.63 151.91 143.96 -
System Red Green Blue C M Y K H S L
Decimal 133 91 153 0.13 0.41 0 0.4 280.65 0.25 0.48
Hex 85 5B 99 D 29 0 28 119 19 30
Octal 205 133 231 15 51 0 50 431 31 60
Binary 10000101 1011011 10011001 1101 101001 0 101000 100011001 11001 110000

Color Harmonies of #855B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855B99

Black with #855B99

Text Example


Text Example

White with #855B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,91,153); }

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

background-color css

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

 a { background-color: rgb(133,91,153); }

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

border-color css

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

 span { border-color: rgb(133,91,153); }

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