Html Css Color HEX #855690 Affair

📋 copy color: '#855690'

red 133 ◦ green 86 ◦ blue 144

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

Shades of Affair #855690

Tints of Affair #855690

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.69%

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

R = 36.64%
G = 23.69%
B = 39.67%

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

#855690 (or 0x855690) is known color: Affair. HEX triplet: 85, 56 and 90. RGB value is (133,86,144). Sum of RGB (Red+Green+Blue) = 133+86+144=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 86 (33.98% from 255 or 23.69% from 363); Blue value is 144 (56.64% from 255 or 39.67% from 363); Max value from RGB is 144 - color contains mainly: blue. Hex color #855690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855690 is #7AA96F. Grayscale: #6A6A6A. Windows color (decimal): -8038768 or 9459333. OLE color: 9459333.

HSL color Cylindrical-coordinate representation of color #855690: hue angle of 288.62º 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 #855690 is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 133 86 144 -
CMYK 0.08 0.40 0 0.44
HSL 288.62º 0.25% 0.45% -
HSV(B) 288.62º 0.4% 0.56% -
XYZ 18.03 13.66 28.07 -
YUV 106.67 149.07 146.78 -
System Red Green Blue C M Y K H S L
Decimal 133 86 144 0.08 0.40 0 0.44 288.62 0.25 0.45
Hex 85 56 90 8 28 0 2C 121 19 2D
Octal 205 126 220 10 50 0 54 441 31 55
Binary 10000101 1010110 10010000 1000 101000 0 101100 100100001 11001 101101

Color Harmonies of #855690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855690

Black with #855690

Text Example


Text Example

White with #855690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855690; }

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

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

background-color css

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

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

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

border-color css

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

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

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