Html Css Color HEX #845090 Affair

📋 copy color: '#845090'

red 132 ◦ green 80 ◦ blue 144

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

Shades of Affair #845090

Tints of Affair #845090

RGB

 RED value IS 132 (51.95% from 255) = 37.08%

 GREEN value IS 80 (31.64% from 255) = 22.47%

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

R = 37.08%
G = 22.47%
B = 40.45%

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

#845090 (or 0x845090) is known color: Affair. HEX triplet: 84, 50 and 90. RGB value is (132,80,144). Sum of RGB (Red+Green+Blue) = 132+80+144=356 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.08% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 144 - color contains mainly: blue. Hex color #845090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845090 is #7BAF6F. Grayscale: #666666. Windows color (decimal): -8105840 or 9457796. OLE color: 9457796.

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

Color convert

RGB 132 80 144 -
CMYK 0.08 0.44 0 0.44
HSL 288.75º 0.29% 0.44% -
HSV(B) 288.75º 0.44% 0.56% -
XYZ 17.42 12.66 27.91 -
YUV 102.84 151.23 148.8 -
System Red Green Blue C M Y K H S L
Decimal 132 80 144 0.08 0.44 0 0.44 288.75 0.29 0.44
Hex 84 50 90 8 2C 0 2C 121 1D 2C
Octal 204 120 220 10 54 0 54 441 35 54
Binary 10000100 1010000 10010000 1000 101100 0 101100 100100001 11101 101100

Color Harmonies of #845090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845090

Black with #845090

Text Example


Text Example

White with #845090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845090; }

 p { color: rgb(132,80,144); }

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

background-color css

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

 a { background-color: rgb(132,80,144); }

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

border-color css

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

 span { border-color: rgb(132,80,144); }

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