Html Css Color HEX #865293 Affair

📋 copy color: '#865293'

red 134 ◦ green 82 ◦ blue 147

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

Shades of Affair #865293

Tints of Affair #865293

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.59%

 BLUE value IS 147 (57.81% from 255) = 40.5%

R = 36.91%
G = 22.59%
B = 40.5%

CMYK

 C value IS 0.09

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#865293 (or 0x865293) is known color: Affair. HEX triplet: 86, 52 and 93. RGB value is (134,82,147). Sum of RGB (Red+Green+Blue) = 134+82+147=363 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.91% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 147 - color contains mainly: blue. Hex color #865293 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865293 is #79AD6C. Grayscale: #686868. Windows color (decimal): -7974253 or 9654918. OLE color: 9654918.

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

Color convert

RGB 134 82 147 -
CMYK 0.09 0.44 0 0.42
HSL 288º 0.28% 0.45% -
HSV(B) 288º 0.44% 0.58% -
XYZ 18.12 13.21 29.2 -
YUV 104.96 151.73 148.71 -
System Red Green Blue C M Y K H S L
Decimal 134 82 147 0.09 0.44 0 0.42 288 0.28 0.45
Hex 86 52 93 9 2C 0 2A 120 1C 2D
Octal 206 122 223 11 54 0 52 440 34 55
Binary 10000110 1010010 10010011 1001 101100 0 101010 100100000 11100 101101

Color Harmonies of #865293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865293

Black with #865293

Text Example


Text Example

White with #865293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865293; }

 p { color: rgb(134,82,147); }

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

background-color css

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

 a { background-color: rgb(134,82,147); }

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

border-color css

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

 span { border-color: rgb(134,82,147); }

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