Html Css Color HEX #856193 Affair

📋 copy color: '#856193'

red 133 ◦ green 97 ◦ blue 147

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

Shades of Affair #856193

Tints of Affair #856193

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.73%

 BLUE value IS 147 (57.81% from 255) = 38.99%

R = 35.28%
G = 25.73%
B = 38.99%

CMYK

 C value IS 0.10

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#856193 (or 0x856193) is known color: Affair. HEX triplet: 85, 61 and 93. RGB value is (133,97,147). Sum of RGB (Red+Green+Blue) = 133+97+147=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 147 (57.81% from 255 or 38.99% from 377); Max value from RGB is 147 - color contains mainly: blue. Hex color #856193 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856193 is #7A9E6C. Grayscale: #717171. Windows color (decimal): -8035949 or 9658757. OLE color: 9658757.

HSL color Cylindrical-coordinate representation of color #856193: hue angle of 283.2º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #856193 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 97 147 -
CMYK 0.10 0.34 0 0.42
HSL 283.2º 0.2% 0.48% -
HSV(B) 283.2º 0.34% 0.58% -
XYZ 19.21 15.64 29.61 -
YUV 113.46 146.93 141.93 -
System Red Green Blue C M Y K H S L
Decimal 133 97 147 0.10 0.34 0 0.42 283.2 0.2 0.48
Hex 85 61 93 A 22 0 2A 11B 14 30
Octal 205 141 223 12 42 0 52 433 24 60
Binary 10000101 1100001 10010011 1010 100010 0 101010 100011011 10100 110000

Color Harmonies of #856193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856193

Black with #856193

Text Example


Text Example

White with #856193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856193; }

 p { color: rgb(133,97,147); }

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

background-color css

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

 a { background-color: rgb(133,97,147); }

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

border-color css

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

 span { border-color: rgb(133,97,147); }

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