Html Css Color HEX #856095 Affair

📋 copy color: '#856095'

red 133 ◦ green 96 ◦ blue 149

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

Shades of Affair #856095

Tints of Affair #856095

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.4%

 BLUE value IS 149 (58.59% from 255) = 39.42%

R = 35.19%
G = 25.4%
B = 39.42%

CMYK

 C value IS 0.11

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#856095 (or 0x856095) is known color: Affair. HEX triplet: 85, 60 and 95. RGB value is (133,96,149). Sum of RGB (Red+Green+Blue) = 133+96+149=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 149 (58.59% from 255 or 39.42% from 378); Max value from RGB is 149 - color contains mainly: blue. Hex color #856095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856095 is #7A9F6A. Grayscale: #707070. Windows color (decimal): -8036203 or 9789573. OLE color: 9789573.

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

Color convert

RGB 133 96 149 -
CMYK 0.11 0.36 0 0.42
HSL 281.89º 0.22% 0.48% -
HSV(B) 281.89º 0.36% 0.58% -
XYZ 19.28 15.52 30.41 -
YUV 113.11 148.26 142.19 -
System Red Green Blue C M Y K H S L
Decimal 133 96 149 0.11 0.36 0 0.42 281.89 0.22 0.48
Hex 85 60 95 B 24 0 2A 11A 16 30
Octal 205 140 225 13 44 0 52 432 26 60
Binary 10000101 1100000 10010101 1011 100100 0 101010 100011010 10110 110000

Color Harmonies of #856095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856095

Black with #856095

Text Example


Text Example

White with #856095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856095; }

 p { color: rgb(133,96,149); }

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

background-color css

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

 a { background-color: rgb(133,96,149); }

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

border-color css

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

 span { border-color: rgb(133,96,149); }

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