Html Css Color HEX #85508F Affair

📋 copy color: '#85508F'

red 133 ◦ green 80 ◦ blue 143

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

Shades of Affair #85508F

Tints of Affair #85508F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.17%

R = 37.36%
G = 22.47%
B = 40.17%

CMYK

 C value IS 0.07

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#85508F (or 0x85508F) is known color: Affair. HEX triplet: 85, 50 and 8F. RGB value is (133,80,143). Sum of RGB (Red+Green+Blue) = 133+80+143=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 143 (56.25% from 255 or 40.17% from 356); Max value from RGB is 143 - color contains mainly: blue. Hex color #85508F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85508F is #7AAF70. Grayscale: #666666. Windows color (decimal): -8040305 or 9392261. OLE color: 9392261.

HSL color Cylindrical-coordinate representation of color #85508F: hue angle of 290.48º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85508F is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 133 80 143 -
CMYK 0.07 0.44 0 0.44
HSL 290.48º 0.28% 0.44% -
HSV(B) 290.48º 0.44% 0.56% -
XYZ 17.5 12.71 27.52 -
YUV 103.03 150.56 149.38 -
System Red Green Blue C M Y K H S L
Decimal 133 80 143 0.07 0.44 0 0.44 290.48 0.28 0.44
Hex 85 50 8F 7 2C 0 2C 122 1C 2C
Octal 205 120 217 7 54 0 54 442 34 54
Binary 10000101 1010000 10001111 111 101100 0 101100 100100010 11100 101100

Color Harmonies of #85508F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85508F

Black with #85508F

Text Example


Text Example

White with #85508F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85508F; }

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

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

background-color css

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

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

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

border-color css

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

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

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