Html Css Color HEX #865699 Affair

📋 copy color: '#865699'

red 134 ◦ green 86 ◦ blue 153

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

Shades of Affair #865699

Tints of Affair #865699

RGB

 RED value IS 134 (52.73% from 255) = 35.92%

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

 BLUE value IS 153 (60.16% from 255) = 41.02%

R = 35.92%
G = 23.06%
B = 41.02%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#865699 (or 0x865699) is known color: Affair. HEX triplet: 86, 56 and 99. RGB value is (134,86,153). Sum of RGB (Red+Green+Blue) = 134+86+153=373 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.92% from 373); Green value is 86 (33.98% from 255 or 23.06% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 153 - color contains mainly: blue. Hex color #865699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865699 is #79A966. Grayscale: #6B6B6B. Windows color (decimal): -7973223 or 10049158. OLE color: 10049158.

HSL color Cylindrical-coordinate representation of color #865699: hue angle of 282.99º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #865699 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 134 86 153 -
CMYK 0.12 0.44 0 0.4
HSL 282.99º 0.28% 0.47% -
HSV(B) 282.99º 0.44% 0.6% -
XYZ 18.91 14.02 31.85 -
YUV 107.99 153.4 146.55 -
System Red Green Blue C M Y K H S L
Decimal 134 86 153 0.12 0.44 0 0.4 282.99 0.28 0.47
Hex 86 56 99 C 2C 0 28 11B 1C 2F
Octal 206 126 231 14 54 0 50 433 34 57
Binary 10000110 1010110 10011001 1100 101100 0 101000 100011011 11100 101111

Color Harmonies of #865699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865699

Black with #865699

Text Example


Text Example

White with #865699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865699; }

 p { color: rgb(134,86,153); }

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

background-color css

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

 a { background-color: rgb(134,86,153); }

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

border-color css

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

 span { border-color: rgb(134,86,153); }

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