Html Css Color HEX #855495 Affair

📋 copy color: '#855495'

red 133 ◦ green 84 ◦ blue 149

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

Shades of Affair #855495

Tints of Affair #855495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 40.71%

R = 36.34%
G = 22.95%
B = 40.71%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#855495 (or 0x855495) is known color: Affair. HEX triplet: 85, 54 and 95. RGB value is (133,84,149). Sum of RGB (Red+Green+Blue) = 133+84+149=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 84 (33.20% from 255 or 22.95% from 366); Blue value is 149 (58.59% from 255 or 40.71% from 366); Max value from RGB is 149 - color contains mainly: blue. Hex color #855495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855495 is #7AAB6A. Grayscale: #696969. Windows color (decimal): -8039275 or 9786501. OLE color: 9786501.

HSL color Cylindrical-coordinate representation of color #855495: hue angle of 285.23º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #855495 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 84 149 -
CMYK 0.11 0.44 0 0.42
HSL 285.23º 0.28% 0.46% -
HSV(B) 285.23º 0.44% 0.58% -
XYZ 18.27 13.5 30.08 -
YUV 106.06 152.23 147.21 -
System Red Green Blue C M Y K H S L
Decimal 133 84 149 0.11 0.44 0 0.42 285.23 0.28 0.46
Hex 85 54 95 B 2C 0 2A 11D 1C 2E
Octal 205 124 225 13 54 0 52 435 34 56
Binary 10000101 1010100 10010101 1011 101100 0 101010 100011101 11100 101110

Color Harmonies of #855495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855495

Black with #855495

Text Example


Text Example

White with #855495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855495; }

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

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

background-color css

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

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

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

border-color css

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

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

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