Html Css Color HEX #85589B Affair

📋 copy color: '#85589B'

red 133 ◦ green 88 ◦ blue 155

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

Shades of Affair #85589B

Tints of Affair #85589B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.4%

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

R = 35.37%
G = 23.4%
B = 41.22%

CMYK

 C value IS 0.14

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#85589B (or 0x85589B) is known color: Affair. HEX triplet: 85, 58 and 9B. RGB value is (133,88,155). Sum of RGB (Red+Green+Blue) = 133+88+155=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 155 - color contains mainly: blue. Hex color #85589B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85589B is #7AA764. Grayscale: #6C6C6C. Windows color (decimal): -8038245 or 10180741. OLE color: 10180741.

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

Color convert

RGB 133 88 155 -
CMYK 0.14 0.43 0 0.39
HSL 280.3º 0.28% 0.48% -
HSV(B) 280.3º 0.43% 0.61% -
XYZ 19.08 14.33 32.77 -
YUV 109.09 153.91 145.05 -
System Red Green Blue C M Y K H S L
Decimal 133 88 155 0.14 0.43 0 0.39 280.3 0.28 0.48
Hex 85 58 9B E 2B 0 27 118 1C 30
Octal 205 130 233 16 53 0 47 430 34 60
Binary 10000101 1011000 10011011 1110 101011 0 100111 100011000 11100 110000

Color Harmonies of #85589B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85589B

Black with #85589B

Text Example


Text Example

White with #85589B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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