Html Css Color HEX #855292 Affair

📋 copy color: '#855292'

red 133 ◦ green 82 ◦ blue 146

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

Shades of Affair #855292

Tints of Affair #855292

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.71%

 BLUE value IS 146 (57.42% from 255) = 40.44%

R = 36.84%
G = 22.71%
B = 40.44%

CMYK

 C value IS 0.09

 M value IS 0.44

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#855292 (or 0x855292) is known color: Affair. HEX triplet: 85, 52 and 92. RGB value is (133,82,146). Sum of RGB (Red+Green+Blue) = 133+82+146=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 146 - color contains mainly: blue. Hex color #855292 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855292 is #7AAD6D. Grayscale: #686868. Windows color (decimal): -8039790 or 9589381. OLE color: 9589381.

HSL color Cylindrical-coordinate representation of color #855292: hue angle of 287.81º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #855292 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 133 82 146 -
CMYK 0.09 0.44 0 0.43
HSL 287.81º 0.28% 0.45% -
HSV(B) 287.81º 0.44% 0.57% -
XYZ 17.88 13.1 28.78 -
YUV 104.55 151.4 148.3 -
System Red Green Blue C M Y K H S L
Decimal 133 82 146 0.09 0.44 0 0.43 287.81 0.28 0.45
Hex 85 52 92 9 2C 0 2B 120 1C 2D
Octal 205 122 222 11 54 0 53 440 34 55
Binary 10000101 1010010 10010010 1001 101100 0 101011 100100000 11100 101101

Color Harmonies of #855292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855292

Black with #855292

Text Example


Text Example

White with #855292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855292; }

 p { color: rgb(133,82,146); }

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

background-color css

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

 a { background-color: rgb(133,82,146); }

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

border-color css

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

 span { border-color: rgb(133,82,146); }

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