Html Css Color HEX #855697 Affair

📋 copy color: '#855697'

red 133 ◦ green 86 ◦ blue 151

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

Shades of Affair #855697

Tints of Affair #855697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 40.81%

R = 35.95%
G = 23.24%
B = 40.81%

CMYK

 C value IS 0.12

 M value IS 0.43

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#855697 (or 0x855697) is known color: Affair. HEX triplet: 85, 56 and 97. RGB value is (133,86,151). Sum of RGB (Red+Green+Blue) = 133+86+151=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 86 (33.98% from 255 or 23.24% from 370); Blue value is 151 (59.38% from 255 or 40.81% from 370); Max value from RGB is 151 - color contains mainly: blue. Hex color #855697 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855697 is #7AA968. Grayscale: #6B6B6B. Windows color (decimal): -8038761 or 9918085. OLE color: 9918085.

HSL color Cylindrical-coordinate representation of color #855697: hue angle of 283.38º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #855697 is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 133 86 151 -
CMYK 0.12 0.43 0 0.41
HSL 283.38º 0.27% 0.46% -
HSV(B) 283.38º 0.43% 0.59% -
XYZ 18.59 13.88 30.98 -
YUV 107.46 152.57 146.21 -
System Red Green Blue C M Y K H S L
Decimal 133 86 151 0.12 0.43 0 0.41 283.38 0.27 0.46
Hex 85 56 97 C 2B 0 29 11B 1B 2E
Octal 205 126 227 14 53 0 51 433 33 56
Binary 10000101 1010110 10010111 1100 101011 0 101001 100011011 11011 101110

Color Harmonies of #855697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855697

Black with #855697

Text Example


Text Example

White with #855697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855697; }

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

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

background-color css

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

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

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

border-color css

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

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

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