Html Css Color HEX #855694 Affair

📋 copy color: '#855694'

red 133 ◦ green 86 ◦ blue 148

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

Shades of Affair #855694

Tints of Affair #855694

RGB

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

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

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

R = 36.24%
G = 23.43%
B = 40.33%

CMYK

 C value IS 0.10

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#855694 (or 0x855694) is known color: Affair. HEX triplet: 85, 56 and 94. RGB value is (133,86,148). Sum of RGB (Red+Green+Blue) = 133+86+148=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 86 (33.98% from 255 or 23.43% from 367); Blue value is 148 (58.20% from 255 or 40.33% from 367); Max value from RGB is 148 - color contains mainly: blue. Hex color #855694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855694 is #7AA96B. Grayscale: #6A6A6A. Windows color (decimal): -8038764 or 9721477. OLE color: 9721477.

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

Color convert

RGB 133 86 148 -
CMYK 0.10 0.42 0 0.42
HSL 285.48º 0.26% 0.46% -
HSV(B) 285.48º 0.42% 0.58% -
XYZ 18.35 13.78 29.71 -
YUV 107.12 151.07 146.46 -
System Red Green Blue C M Y K H S L
Decimal 133 86 148 0.10 0.42 0 0.42 285.48 0.26 0.46
Hex 85 56 94 A 2A 0 2A 11D 1A 2E
Octal 205 126 224 12 52 0 52 435 32 56
Binary 10000101 1010110 10010100 1010 101010 0 101010 100011101 11010 101110

Color Harmonies of #855694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855694

Black with #855694

Text Example


Text Example

White with #855694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855694; }

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

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

background-color css

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

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

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

border-color css

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

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

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