Html Css Color HEX #805493 Affair

📋 copy color: '#805493'

red 128 ◦ green 84 ◦ blue 147

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

Shades of Affair #805493

Tints of Affair #805493

RGB

 RED value IS 128 (50.39% from 255) = 35.65%

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

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

R = 35.65%
G = 23.4%
B = 40.95%

CMYK

 C value IS 0.13

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#805493 (or 0x805493) is known color: Affair. HEX triplet: 80, 54 and 93. RGB value is (128,84,147). Sum of RGB (Red+Green+Blue) = 128+84+147=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 84 (33.20% from 255 or 23.40% 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 #805493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805493 is #7FAB6C. Grayscale: #686868. Windows color (decimal): -8366957 or 9655424. OLE color: 9655424.

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

Color convert

RGB 128 84 147 -
CMYK 0.13 0.43 0 0.42
HSL 281.9º 0.27% 0.45% -
HSV(B) 281.9º 0.43% 0.58% -
XYZ 17.34 13.04 29.21 -
YUV 104.34 152.08 144.88 -
System Red Green Blue C M Y K H S L
Decimal 128 84 147 0.13 0.43 0 0.42 281.9 0.27 0.45
Hex 80 54 93 D 2B 0 2A 11A 1B 2D
Octal 200 124 223 15 53 0 52 432 33 55
Binary 10000000 1010100 10010011 1101 101011 0 101010 100011010 11011 101101

Color Harmonies of #805493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805493

Black with #805493

Text Example


Text Example

White with #805493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805493; }

 p { color: rgb(128,84,147); }

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

background-color css

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

 a { background-color: rgb(128,84,147); }

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

border-color css

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

 span { border-color: rgb(128,84,147); }

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