Html Css Color HEX #855790 Affair

📋 copy color: '#855790'

red 133 ◦ green 87 ◦ blue 144

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

Shades of Affair #855790

Tints of Affair #855790

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.9%

 BLUE value IS 144 (56.64% from 255) = 39.56%

R = 36.54%
G = 23.9%
B = 39.56%

CMYK

 C value IS 0.08

 M value IS 0.40

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#855790 (or 0x855790) is known color: Affair. HEX triplet: 85, 57 and 90. RGB value is (133,87,144). Sum of RGB (Red+Green+Blue) = 133+87+144=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 87 (34.38% from 255 or 23.90% from 364); Blue value is 144 (56.64% from 255 or 39.56% from 364); Max value from RGB is 144 - color contains mainly: blue. Hex color #855790 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855790 is #7AA86F. Grayscale: #6B6B6B. Windows color (decimal): -8038512 or 9459589. OLE color: 9459589.

HSL color Cylindrical-coordinate representation of color #855790: hue angle of 288.42º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #855790 is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 133 87 144 -
CMYK 0.08 0.40 0 0.44
HSL 288.42º 0.25% 0.45% -
HSV(B) 288.42º 0.4% 0.56% -
XYZ 18.12 13.82 28.1 -
YUV 107.25 148.74 146.37 -
System Red Green Blue C M Y K H S L
Decimal 133 87 144 0.08 0.40 0 0.44 288.42 0.25 0.45
Hex 85 57 90 8 28 0 2C 120 19 2D
Octal 205 127 220 10 50 0 54 440 31 55
Binary 10000101 1010111 10010000 1000 101000 0 101100 100100000 11001 101101

Color Harmonies of #855790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855790

Black with #855790

Text Example


Text Example

White with #855790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855790; }

 p { color: rgb(133,87,144); }

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

background-color css

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

 a { background-color: rgb(133,87,144); }

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

border-color css

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

 span { border-color: rgb(133,87,144); }

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