Html Css Color HEX #875593 Affair

📋 copy color: '#875593'

red 135 ◦ green 85 ◦ blue 147

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

Shades of Affair #875593

Tints of Affair #875593

RGB

 RED value IS 135 (53.13% from 255) = 36.78%

 GREEN value IS 85 (33.59% from 255) = 23.16%

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

R = 36.78%
G = 23.16%
B = 40.05%

CMYK

 C value IS 0.08

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#875593 (or 0x875593) is known color: Affair. HEX triplet: 87, 55 and 93. RGB value is (135,85,147). Sum of RGB (Red+Green+Blue) = 135+85+147=367 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.78% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 147 (57.81% from 255 or 40.05% from 367); Max value from RGB is 147 - color contains mainly: blue. Hex color #875593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875593 is #78AA6C. Grayscale: #6A6A6A. Windows color (decimal): -7907949 or 9655687. OLE color: 9655687.

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

Color convert

RGB 135 85 147 -
CMYK 0.08 0.42 0 0.42
HSL 288.39º 0.27% 0.45% -
HSV(B) 288.39º 0.42% 0.58% -
XYZ 18.51 13.75 29.28 -
YUV 107.02 150.57 147.96 -
System Red Green Blue C M Y K H S L
Decimal 135 85 147 0.08 0.42 0 0.42 288.39 0.27 0.45
Hex 87 55 93 8 2A 0 2A 120 1B 2D
Octal 207 125 223 10 52 0 52 440 33 55
Binary 10000111 1010101 10010011 1000 101010 0 101010 100100000 11011 101101

Color Harmonies of #875593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875593

Black with #875593

Text Example


Text Example

White with #875593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875593; }

 p { color: rgb(135,85,147); }

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

background-color css

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

 a { background-color: rgb(135,85,147); }

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

border-color css

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

 span { border-color: rgb(135,85,147); }

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