Html Css Color HEX #865196 Affair

📋 copy color: '#865196'

red 134 ◦ green 81 ◦ blue 150

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

Shades of Affair #865196

Tints of Affair #865196

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.19%

 BLUE value IS 150 (58.98% from 255) = 41.1%

R = 36.71%
G = 22.19%
B = 41.1%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#865196 (or 0x865196) is known color: Affair. HEX triplet: 86, 51 and 96. RGB value is (134,81,150). Sum of RGB (Red+Green+Blue) = 134+81+150=365 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.71% from 365); Green value is 81 (32.03% from 255 or 22.19% from 365); Blue value is 150 (58.98% from 255 or 41.10% from 365); Max value from RGB is 150 - color contains mainly: blue. Hex color #865196 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865196 is #79AE69. Grayscale: #686868. Windows color (decimal): -7974506 or 9851270. OLE color: 9851270.

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

Color convert

RGB 134 81 150 -
CMYK 0.11 0.46 0 0.41
HSL 286.09º 0.3% 0.45% -
HSV(B) 286.09º 0.46% 0.59% -
XYZ 18.28 13.16 30.43 -
YUV 104.71 153.56 148.89 -
System Red Green Blue C M Y K H S L
Decimal 134 81 150 0.11 0.46 0 0.41 286.09 0.3 0.45
Hex 86 51 96 B 2E 0 29 11E 1E 2D
Octal 206 121 226 13 56 0 51 436 36 55
Binary 10000110 1010001 10010110 1011 101110 0 101001 100011110 11110 101101

Color Harmonies of #865196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865196

Black with #865196

Text Example


Text Example

White with #865196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865196; }

 p { color: rgb(134,81,150); }

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

background-color css

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

 a { background-color: rgb(134,81,150); }

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

border-color css

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

 span { border-color: rgb(134,81,150); }

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