Html Css Color HEX #85549B Affair

📋 copy color: '#85549B'

red 133 ◦ green 84 ◦ blue 155

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

Shades of Affair #85549B

Tints of Affair #85549B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.58%

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

R = 35.75%
G = 22.58%
B = 41.67%

CMYK

 C value IS 0.14

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#85549B (or 0x85549B) is known color: Affair. HEX triplet: 85, 54 and 9B. RGB value is (133,84,155). Sum of RGB (Red+Green+Blue) = 133+84+155=372 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.75% from 372); Green value is 84 (33.20% from 255 or 22.58% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 155 - color contains mainly: blue. Hex color #85549B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85549B is #7AAB64. Grayscale: #6A6A6A. Windows color (decimal): -8039269 or 10179717. OLE color: 10179717.

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

Color convert

RGB 133 84 155 -
CMYK 0.14 0.46 0 0.39
HSL 281.41º 0.3% 0.47% -
HSV(B) 281.41º 0.46% 0.61% -
XYZ 18.76 13.69 32.66 -
YUV 106.75 155.23 146.73 -
System Red Green Blue C M Y K H S L
Decimal 133 84 155 0.14 0.46 0 0.39 281.41 0.3 0.47
Hex 85 54 9B E 2E 0 27 119 1E 2F
Octal 205 124 233 16 56 0 47 431 36 57
Binary 10000101 1010100 10011011 1110 101110 0 100111 100011001 11110 101111

Color Harmonies of #85549B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85549B

Black with #85549B

Text Example


Text Example

White with #85549B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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