Html Css Color HEX #856094 Affair

📋 copy color: '#856094'

red 133 ◦ green 96 ◦ blue 148

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

Shades of Affair #856094

Tints of Affair #856094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 39.26%

R = 35.28%
G = 25.46%
B = 39.26%

CMYK

 C value IS 0.10

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#856094 (or 0x856094) is known color: Affair. HEX triplet: 85, 60 and 94. RGB value is (133,96,148). Sum of RGB (Red+Green+Blue) = 133+96+148=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 148 (58.20% from 255 or 39.26% from 377); Max value from RGB is 148 - color contains mainly: blue. Hex color #856094 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856094 is #7A9F6B. Grayscale: #707070. Windows color (decimal): -8036204 or 9724037. OLE color: 9724037.

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

Color convert

RGB 133 96 148 -
CMYK 0.10 0.35 0 0.42
HSL 282.69º 0.21% 0.48% -
HSV(B) 282.69º 0.35% 0.58% -
XYZ 19.2 15.49 29.99 -
YUV 112.99 147.76 142.27 -
System Red Green Blue C M Y K H S L
Decimal 133 96 148 0.10 0.35 0 0.42 282.69 0.21 0.48
Hex 85 60 94 A 23 0 2A 11B 15 30
Octal 205 140 224 12 43 0 52 433 25 60
Binary 10000101 1100000 10010100 1010 100011 0 101010 100011011 10101 110000

Color Harmonies of #856094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856094

Black with #856094

Text Example


Text Example

White with #856094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856094; }

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

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

background-color css

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

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

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

border-color css

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

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

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