Html Css Color HEX #875399 Affair

📋 copy color: '#875399'

red 135 ◦ green 83 ◦ blue 153

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

Shades of Affair #875399

Tints of Affair #875399

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.37%

 BLUE value IS 153 (60.16% from 255) = 41.24%

R = 36.39%
G = 22.37%
B = 41.24%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#875399 (or 0x875399) is known color: Affair. HEX triplet: 87, 53 and 99. RGB value is (135,83,153). Sum of RGB (Red+Green+Blue) = 135+83+153=371 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.39% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 153 - color contains mainly: blue. Hex color #875399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875399 is #78AC66. Grayscale: #6A6A6A. Windows color (decimal): -7908455 or 10048391. OLE color: 10048391.

HSL color Cylindrical-coordinate representation of color #875399: hue angle of 284.57º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #875399 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 135 83 153 -
CMYK 0.12 0.46 0 0.4
HSL 284.57º 0.3% 0.46% -
HSV(B) 284.57º 0.46% 0.6% -
XYZ 18.83 13.64 31.78 -
YUV 106.53 154.23 148.31 -
System Red Green Blue C M Y K H S L
Decimal 135 83 153 0.12 0.46 0 0.4 284.57 0.3 0.46
Hex 87 53 99 C 2E 0 28 11D 1E 2E
Octal 207 123 231 14 56 0 50 435 36 56
Binary 10000111 1010011 10011001 1100 101110 0 101000 100011101 11110 101110

Color Harmonies of #875399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875399

Black with #875399

Text Example


Text Example

White with #875399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875399; }

 p { color: rgb(135,83,153); }

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

background-color css

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

 a { background-color: rgb(135,83,153); }

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

border-color css

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

 span { border-color: rgb(135,83,153); }

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