Html Css Color HEX #865F95 Affair

📋 copy color: '#865F95'

red 134 ◦ green 95 ◦ blue 149

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

Shades of Affair #865F95

Tints of Affair #865F95

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.13%

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

R = 35.45%
G = 25.13%
B = 39.42%

CMYK

 C value IS 0.10

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#865F95 (or 0x865F95) is known color: Affair. HEX triplet: 86, 5F and 95. RGB value is (134,95,149). Sum of RGB (Red+Green+Blue) = 134+95+149=378 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.45% from 378); Green value is 95 (37.5% from 255 or 25.13% from 378); Blue value is 149 (58.59% from 255 or 39.42% from 378); Max value from RGB is 149 - color contains mainly: blue. Hex color #865F95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865F95 is #79A06A. Grayscale: #707070. Windows color (decimal): -7970923 or 9789318. OLE color: 9789318.

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

Color convert

RGB 134 95 149 -
CMYK 0.10 0.36 0 0.42
HSL 283.33º 0.22% 0.48% -
HSV(B) 283.33º 0.36% 0.58% -
XYZ 19.35 15.42 30.39 -
YUV 112.82 148.42 143.11 -
System Red Green Blue C M Y K H S L
Decimal 134 95 149 0.10 0.36 0 0.42 283.33 0.22 0.48
Hex 86 5F 95 A 24 0 2A 11B 16 30
Octal 206 137 225 12 44 0 52 433 26 60
Binary 10000110 1011111 10010101 1010 100100 0 101010 100011011 10110 110000

Color Harmonies of #865F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865F95

Black with #865F95

Text Example


Text Example

White with #865F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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