Html Css Color HEX #855499 Affair

📋 copy color: '#855499'

red 133 ◦ green 84 ◦ blue 153

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

Shades of Affair #855499

Tints of Affair #855499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 41.35%

R = 35.95%
G = 22.7%
B = 41.35%

CMYK

 C value IS 0.13

 M value IS 0.45

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#855499 (or 0x855499) is known color: Affair. HEX triplet: 85, 54 and 99. RGB value is (133,84,153). Sum of RGB (Red+Green+Blue) = 133+84+153=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 84 (33.20% from 255 or 22.70% from 370); Blue value is 153 (60.16% from 255 or 41.35% from 370); Max value from RGB is 153 - color contains mainly: blue. Hex color #855499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855499 is #7AAB66. Grayscale: #6A6A6A. Windows color (decimal): -8039271 or 10048645. OLE color: 10048645.

HSL color Cylindrical-coordinate representation of color #855499: hue angle of 282.61º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #855499 is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 133 84 153 -
CMYK 0.13 0.45 0 0.4
HSL 282.61º 0.29% 0.46% -
HSV(B) 282.61º 0.45% 0.6% -
XYZ 18.59 13.63 31.79 -
YUV 106.52 154.23 146.89 -
System Red Green Blue C M Y K H S L
Decimal 133 84 153 0.13 0.45 0 0.4 282.61 0.29 0.46
Hex 85 54 99 D 2D 0 28 11B 1D 2E
Octal 205 124 231 15 55 0 50 433 35 56
Binary 10000101 1010100 10011001 1101 101101 0 101000 100011011 11101 101110

Color Harmonies of #855499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855499

Black with #855499

Text Example


Text Example

White with #855499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855499; }

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

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

background-color css

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

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

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

border-color css

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

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

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