Html Css Color HEX #855691 Affair

📋 copy color: '#855691'

red 133 ◦ green 86 ◦ blue 145

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

Shades of Affair #855691

Tints of Affair #855691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 39.84%

R = 36.54%
G = 23.63%
B = 39.84%

CMYK

 C value IS 0.08

 M value IS 0.41

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#855691 (or 0x855691) is known color: Affair. HEX triplet: 85, 56 and 91. RGB value is (133,86,145). Sum of RGB (Red+Green+Blue) = 133+86+145=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 86 (33.98% from 255 or 23.63% from 364); Blue value is 145 (57.03% from 255 or 39.84% from 364); Max value from RGB is 145 - color contains mainly: blue. Hex color #855691 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855691 is #7AA96E. Grayscale: #6A6A6A. Windows color (decimal): -8038767 or 9524869. OLE color: 9524869.

HSL color Cylindrical-coordinate representation of color #855691: hue angle of 287.8º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #855691 is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 133 86 145 -
CMYK 0.08 0.41 0 0.43
HSL 287.8º 0.26% 0.45% -
HSV(B) 287.8º 0.41% 0.57% -
XYZ 18.11 13.69 28.48 -
YUV 106.78 149.57 146.7 -
System Red Green Blue C M Y K H S L
Decimal 133 86 145 0.08 0.41 0 0.43 287.8 0.26 0.45
Hex 85 56 91 8 29 0 2B 120 1A 2D
Octal 205 126 221 10 51 0 53 440 32 55
Binary 10000101 1010110 10010001 1000 101001 0 101011 100100000 11010 101101

Color Harmonies of #855691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855691

Black with #855691

Text Example


Text Example

White with #855691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855691; }

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

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

background-color css

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

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

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

border-color css

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

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

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