Html Css Color HEX #844E95 Affair

📋 copy color: '#844E95'

red 132 ◦ green 78 ◦ blue 149

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

Shades of Affair #844E95

Tints of Affair #844E95

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.73%

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

R = 36.77%
G = 21.73%
B = 41.5%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#844E95 (or 0x844E95) is known color: Affair. HEX triplet: 84, 4E and 95. RGB value is (132,78,149). Sum of RGB (Red+Green+Blue) = 132+78+149=359 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.77% from 359); Green value is 78 (30.86% from 255 or 21.73% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 149 - color contains mainly: blue. Hex color #844E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #844E95 is #7BB16A. Grayscale: #666666. Windows color (decimal): -8106347 or 9784964. OLE color: 9784964.

HSL color Cylindrical-coordinate representation of color #844E95: hue angle of 285.63º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #844E95 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 132 78 149 -
CMYK 0.11 0.48 0 0.42
HSL 285.63º 0.31% 0.45% -
HSV(B) 285.63º 0.48% 0.58% -
XYZ 17.66 12.52 29.92 -
YUV 102.24 154.39 149.23 -
System Red Green Blue C M Y K H S L
Decimal 132 78 149 0.11 0.48 0 0.42 285.63 0.31 0.45
Hex 84 4E 95 B 30 0 2A 11E 1F 2D
Octal 204 116 225 13 60 0 52 436 37 55
Binary 10000100 1001110 10010101 1011 110000 0 101010 100011110 11111 101101

Color Harmonies of #844E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844E95

Black with #844E95

Text Example


Text Example

White with #844E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844E95; }

 p { color: rgb(132,78,149); }

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

background-color css

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

 a { background-color: rgb(132,78,149); }

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

border-color css

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

 span { border-color: rgb(132,78,149); }

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