Html Css Color HEX #85509B Affair

📋 copy color: '#85509B'

red 133 ◦ green 80 ◦ blue 155

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

Shades of Affair #85509B

Tints of Affair #85509B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.74%

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

R = 36.14%
G = 21.74%
B = 42.12%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#85509B (or 0x85509B) is known color: Affair. HEX triplet: 85, 50 and 9B. RGB value is (133,80,155). Sum of RGB (Red+Green+Blue) = 133+80+155=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 155 (60.94% from 255 or 42.12% from 368); Max value from RGB is 155 - color contains mainly: blue. Hex color #85509B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85509B is #7AAF64. Grayscale: #686868. Windows color (decimal): -8040293 or 10178693. OLE color: 10178693.

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

Color convert

RGB 133 80 155 -
CMYK 0.14 0.48 0 0.39
HSL 282.4º 0.32% 0.46% -
HSV(B) 282.4º 0.48% 0.61% -
XYZ 18.46 13.09 32.56 -
YUV 104.4 156.56 148.4 -
System Red Green Blue C M Y K H S L
Decimal 133 80 155 0.14 0.48 0 0.39 282.4 0.32 0.46
Hex 85 50 9B E 30 0 27 11A 20 2E
Octal 205 120 233 16 60 0 47 432 40 56
Binary 10000101 1010000 10011011 1110 110000 0 100111 100011010 100000 101110

Color Harmonies of #85509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85509B

Black with #85509B

Text Example


Text Example

White with #85509B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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