Html Css Color HEX #865E95 Affair

📋 copy color: '#865E95'

red 134 ◦ green 94 ◦ blue 149

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

Shades of Affair #865E95

Tints of Affair #865E95

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.93%

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

R = 35.54%
G = 24.93%
B = 39.52%

CMYK

 C value IS 0.10

 M value IS 0.37

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#865E95 (or 0x865E95) is known color: Affair. HEX triplet: 86, 5E and 95. RGB value is (134,94,149). Sum of RGB (Red+Green+Blue) = 134+94+149=377 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.54% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 149 (58.59% from 255 or 39.52% from 377); Max value from RGB is 149 - color contains mainly: blue. Hex color #865E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865E95 is #79A16A. Grayscale: #707070. Windows color (decimal): -7971179 or 9789062. OLE color: 9789062.

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

Color convert

RGB 134 94 149 -
CMYK 0.10 0.37 0 0.42
HSL 283.64º 0.23% 0.48% -
HSV(B) 283.64º 0.37% 0.58% -
XYZ 19.26 15.24 30.36 -
YUV 112.23 148.75 143.53 -
System Red Green Blue C M Y K H S L
Decimal 134 94 149 0.10 0.37 0 0.42 283.64 0.23 0.48
Hex 86 5E 95 A 25 0 2A 11C 17 30
Octal 206 136 225 12 45 0 52 434 27 60
Binary 10000110 1011110 10010101 1010 100101 0 101010 100011100 10111 110000

Color Harmonies of #865E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865E95

Black with #865E95

Text Example


Text Example

White with #865E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865E95; }

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

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

background-color css

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

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

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

border-color css

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

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

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