Html Css Color HEX #855899 Affair

📋 copy color: '#855899'

red 133 ◦ green 88 ◦ blue 153

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

Shades of Affair #855899

Tints of Affair #855899

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.53%

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

R = 35.56%
G = 23.53%
B = 40.91%

CMYK

 C value IS 0.13

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#855899 (or 0x855899) is known color: Affair. HEX triplet: 85, 58 and 99. RGB value is (133,88,153). Sum of RGB (Red+Green+Blue) = 133+88+153=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 88 (34.77% from 255 or 23.53% from 374); Blue value is 153 (60.16% from 255 or 40.91% from 374); Max value from RGB is 153 - color contains mainly: blue. Hex color #855899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855899 is #7AA766. Grayscale: #6C6C6C. Windows color (decimal): -8038247 or 10049669. OLE color: 10049669.

HSL color Cylindrical-coordinate representation of color #855899: hue angle of 281.54º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #855899 is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 133 88 153 -
CMYK 0.13 0.42 0 0.4
HSL 281.54º 0.27% 0.47% -
HSV(B) 281.54º 0.42% 0.6% -
XYZ 18.91 14.27 31.89 -
YUV 108.87 152.91 145.21 -
System Red Green Blue C M Y K H S L
Decimal 133 88 153 0.13 0.42 0 0.4 281.54 0.27 0.47
Hex 85 58 99 D 2A 0 28 11A 1B 2F
Octal 205 130 231 15 52 0 50 432 33 57
Binary 10000101 1011000 10011001 1101 101010 0 101000 100011010 11011 101111

Color Harmonies of #855899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855899

Black with #855899

Text Example


Text Example

White with #855899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855899; }

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

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

background-color css

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

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

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

border-color css

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

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

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