Html Css Color HEX #875E94 Affair

📋 copy color: '#875E94'

red 135 ◦ green 94 ◦ blue 148

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

Shades of Affair #875E94

Tints of Affair #875E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 39.26%

R = 35.81%
G = 24.93%
B = 39.26%

CMYK

 C value IS 0.09

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#875E94 (or 0x875E94) is known color: Affair. HEX triplet: 87, 5E and 94. RGB value is (135,94,148). Sum of RGB (Red+Green+Blue) = 135+94+148=377 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.81% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 148 (58.20% from 255 or 39.26% from 377); Max value from RGB is 148 - color contains mainly: blue. Hex color #875E94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875E94 is #78A16B. Grayscale: #707070. Windows color (decimal): -7905644 or 9723527. OLE color: 9723527.

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

Color convert

RGB 135 94 148 -
CMYK 0.09 0.36 0 0.42
HSL 285.56º 0.22% 0.47% -
HSV(B) 285.56º 0.36% 0.58% -
XYZ 19.34 15.29 29.95 -
YUV 112.42 148.08 144.11 -
System Red Green Blue C M Y K H S L
Decimal 135 94 148 0.09 0.36 0 0.42 285.56 0.22 0.47
Hex 87 5E 94 9 24 0 2A 11E 16 2F
Octal 207 136 224 11 44 0 52 436 26 57
Binary 10000111 1011110 10010100 1001 100100 0 101010 100011110 10110 101111

Color Harmonies of #875E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875E94

Black with #875E94

Text Example


Text Example

White with #875E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875E94; }

 p { color: rgb(135,94,148); }

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

background-color css

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

 a { background-color: rgb(135,94,148); }

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

border-color css

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

 span { border-color: rgb(135,94,148); }

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