Html Css Color HEX #865095 Affair

📋 copy color: '#865095'

red 134 ◦ green 80 ◦ blue 149

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

Shades of Affair #865095

Tints of Affair #865095

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.04%

 BLUE value IS 149 (58.59% from 255) = 41.05%

R = 36.91%
G = 22.04%
B = 41.05%

CMYK

 C value IS 0.10

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#865095 (or 0x865095) is known color: Affair. HEX triplet: 86, 50 and 95. RGB value is (134,80,149). Sum of RGB (Red+Green+Blue) = 134+80+149=363 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.91% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 149 (58.59% from 255 or 41.05% from 363); Max value from RGB is 149 - color contains mainly: blue. Hex color #865095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865095 is #79AF6A. Grayscale: #676767. Windows color (decimal): -7974763 or 9785478. OLE color: 9785478.

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

Color convert

RGB 134 80 149 -
CMYK 0.10 0.46 0 0.42
HSL 286.96º 0.3% 0.45% -
HSV(B) 286.96º 0.46% 0.58% -
XYZ 18.12 12.98 29.98 -
YUV 104.01 153.39 149.39 -
System Red Green Blue C M Y K H S L
Decimal 134 80 149 0.10 0.46 0 0.42 286.96 0.3 0.45
Hex 86 50 95 A 2E 0 2A 11F 1E 2D
Octal 206 120 225 12 56 0 52 437 36 55
Binary 10000110 1010000 10010101 1010 101110 0 101010 100011111 11110 101101

Color Harmonies of #865095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865095

Black with #865095

Text Example


Text Example

White with #865095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865095; }

 p { color: rgb(134,80,149); }

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

background-color css

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

 a { background-color: rgb(134,80,149); }

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

border-color css

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

 span { border-color: rgb(134,80,149); }

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