Html Css Color HEX #855491 Affair

📋 copy color: '#855491'

red 133 ◦ green 84 ◦ blue 145

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

Shades of Affair #855491

Tints of Affair #855491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 40.06%

R = 36.74%
G = 23.2%
B = 40.06%

CMYK

 C value IS 0.08

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#855491 (or 0x855491) is known color: Affair. HEX triplet: 85, 54 and 91. RGB value is (133,84,145). Sum of RGB (Red+Green+Blue) = 133+84+145=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 145 (57.03% from 255 or 40.06% from 362); Max value from RGB is 145 - color contains mainly: blue. Hex color #855491 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855491 is #7AAB6E. Grayscale: #696969. Windows color (decimal): -8039279 or 9524357. OLE color: 9524357.

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

Color convert

RGB 133 84 145 -
CMYK 0.08 0.42 0 0.43
HSL 288.2º 0.27% 0.45% -
HSV(B) 288.2º 0.42% 0.57% -
XYZ 17.95 13.37 28.42 -
YUV 105.61 150.23 147.54 -
System Red Green Blue C M Y K H S L
Decimal 133 84 145 0.08 0.42 0 0.43 288.2 0.27 0.45
Hex 85 54 91 8 2A 0 2B 120 1B 2D
Octal 205 124 221 10 52 0 53 440 33 55
Binary 10000101 1010100 10010001 1000 101010 0 101011 100100000 11011 101101

Color Harmonies of #855491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855491

Black with #855491

Text Example


Text Example

White with #855491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855491; }

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

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

background-color css

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

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

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

border-color css

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

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

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