Html Css Color HEX #855190 Affair

📋 copy color: '#855190'

red 133 ◦ green 81 ◦ blue 144

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

Shades of Affair #855190

Tints of Affair #855190

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.63%

 BLUE value IS 144 (56.64% from 255) = 40.22%

R = 37.15%
G = 22.63%
B = 40.22%

CMYK

 C value IS 0.08

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#855190 (or 0x855190) is known color: Affair. HEX triplet: 85, 51 and 90. RGB value is (133,81,144). Sum of RGB (Red+Green+Blue) = 133+81+144=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 144 (56.64% from 255 or 40.22% from 358); Max value from RGB is 144 - color contains mainly: blue. Hex color #855190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855190 is #7AAE6F. Grayscale: #676767. Windows color (decimal): -8040048 or 9458053. OLE color: 9458053.

HSL color Cylindrical-coordinate representation of color #855190: hue angle of 289.52º 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 #855190 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 133 81 144 -
CMYK 0.08 0.44 0 0.44
HSL 289.52º 0.28% 0.44% -
HSV(B) 289.52º 0.44% 0.56% -
XYZ 17.65 12.89 27.94 -
YUV 103.73 150.73 148.88 -
System Red Green Blue C M Y K H S L
Decimal 133 81 144 0.08 0.44 0 0.44 289.52 0.28 0.44
Hex 85 51 90 8 2C 0 2C 122 1C 2C
Octal 205 121 220 10 54 0 54 442 34 54
Binary 10000101 1010001 10010000 1000 101100 0 101100 100100010 11100 101100

Color Harmonies of #855190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855190

Black with #855190

Text Example


Text Example

White with #855190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855190; }

 p { color: rgb(133,81,144); }

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

background-color css

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

 a { background-color: rgb(133,81,144); }

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

border-color css

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

 span { border-color: rgb(133,81,144); }

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