Html Css Color HEX #845094 Affair

📋 copy color: '#845094'

red 132 ◦ green 80 ◦ blue 148

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

Shades of Affair #845094

Tints of Affair #845094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 41.11%

R = 36.67%
G = 22.22%
B = 41.11%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#845094 (or 0x845094) is known color: Affair. HEX triplet: 84, 50 and 94. RGB value is (132,80,148). Sum of RGB (Red+Green+Blue) = 132+80+148=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 148 (58.20% from 255 or 41.11% from 360); Max value from RGB is 148 - color contains mainly: blue. Hex color #845094 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845094 is #7BAF6B. Grayscale: #676767. Windows color (decimal): -8105836 or 9719940. OLE color: 9719940.

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

Color convert

RGB 132 80 148 -
CMYK 0.11 0.46 0 0.42
HSL 285.88º 0.3% 0.45% -
HSV(B) 285.88º 0.46% 0.58% -
XYZ 17.73 12.78 29.55 -
YUV 103.3 153.23 148.47 -
System Red Green Blue C M Y K H S L
Decimal 132 80 148 0.11 0.46 0 0.42 285.88 0.3 0.45
Hex 84 50 94 B 2E 0 2A 11E 1E 2D
Octal 204 120 224 13 56 0 52 436 36 55
Binary 10000100 1010000 10010100 1011 101110 0 101010 100011110 11110 101101

Color Harmonies of #845094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845094

Black with #845094

Text Example


Text Example

White with #845094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845094; }

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

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

background-color css

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

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

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

border-color css

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

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

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