Html Css Color HEX #845093 Affair

📋 copy color: '#845093'

red 132 ◦ green 80 ◦ blue 147

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

Shades of Affair #845093

Tints of Affair #845093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 40.95%

R = 36.77%
G = 22.28%
B = 40.95%

CMYK

 C value IS 0.10

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#845093 (or 0x845093) is known color: Affair. HEX triplet: 84, 50 and 93. RGB value is (132,80,147). Sum of RGB (Red+Green+Blue) = 132+80+147=359 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.77% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 147 (57.81% from 255 or 40.95% from 359); Max value from RGB is 147 - color contains mainly: blue. Hex color #845093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845093 is #7BAF6C. Grayscale: #666666. Windows color (decimal): -8105837 or 9654404. OLE color: 9654404.

HSL color Cylindrical-coordinate representation of color #845093: hue angle of 286.57º 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 #845093 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 132 80 147 -
CMYK 0.10 0.46 0 0.42
HSL 286.57º 0.3% 0.45% -
HSV(B) 286.57º 0.46% 0.58% -
XYZ 17.65 12.75 29.13 -
YUV 103.19 152.73 148.55 -
System Red Green Blue C M Y K H S L
Decimal 132 80 147 0.10 0.46 0 0.42 286.57 0.3 0.45
Hex 84 50 93 A 2E 0 2A 11F 1E 2D
Octal 204 120 223 12 56 0 52 437 36 55
Binary 10000100 1010000 10010011 1010 101110 0 101010 100011111 11110 101101

Color Harmonies of #845093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845093

Black with #845093

Text Example


Text Example

White with #845093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845093; }

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

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

background-color css

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

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

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

border-color css

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

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

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