Html Css Color HEX #85579B Affair

📋 copy color: '#85579B'

red 133 ◦ green 87 ◦ blue 155

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

Shades of Affair #85579B

Tints of Affair #85579B

RGB

 RED value IS 133 (52.34% from 255) = 35.47%

 GREEN value IS 87 (34.38% from 255) = 23.2%

 BLUE value IS 155 (60.94% from 255) = 41.33%

R = 35.47%
G = 23.2%
B = 41.33%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#85579B (or 0x85579B) is known color: Affair. HEX triplet: 85, 57 and 9B. RGB value is (133,87,155). Sum of RGB (Red+Green+Blue) = 133+87+155=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 87 (34.38% from 255 or 23.2% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 155 - color contains mainly: blue. Hex color #85579B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85579B is #7AA864. Grayscale: #6C6C6C. Windows color (decimal): -8038501 or 10180485. OLE color: 10180485.

HSL color Cylindrical-coordinate representation of color #85579B: hue angle of 280.59º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85579B is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 133 87 155 -
CMYK 0.14 0.44 0 0.39
HSL 280.59º 0.28% 0.47% -
HSV(B) 280.59º 0.44% 0.61% -
XYZ 19 14.17 32.74 -
YUV 108.51 154.24 145.47 -
System Red Green Blue C M Y K H S L
Decimal 133 87 155 0.14 0.44 0 0.39 280.59 0.28 0.47
Hex 85 57 9B E 2C 0 27 119 1C 2F
Octal 205 127 233 16 54 0 47 431 34 57
Binary 10000101 1010111 10011011 1110 101100 0 100111 100011001 11100 101111

Color Harmonies of #85579B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85579B

Black with #85579B

Text Example


Text Example

White with #85579B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85579B; }

 p { color: rgb(133,87,155); }

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

background-color css

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

 a { background-color: rgb(133,87,155); }

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

border-color css

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

 span { border-color: rgb(133,87,155); }

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