Html Css Color HEX #805093 Affair

📋 copy color: '#805093'

red 128 ◦ green 80 ◦ blue 147

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

Shades of Affair #805093

Tints of Affair #805093

RGB

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

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

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

R = 36.06%
G = 22.54%
B = 41.41%

CMYK

 C value IS 0.13

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#805093 (or 0x805093) is known color: Affair. HEX triplet: 80, 50 and 93. RGB value is (128,80,147). Sum of RGB (Red+Green+Blue) = 128+80+147=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 147 - color contains mainly: blue. Hex color #805093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805093 is #7FAF6C. Grayscale: #656565. Windows color (decimal): -8367981 or 9654400. OLE color: 9654400.

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

Color convert

RGB 128 80 147 -
CMYK 0.13 0.46 0 0.42
HSL 282.99º 0.3% 0.45% -
HSV(B) 282.99º 0.46% 0.58% -
XYZ 17.04 12.43 29.11 -
YUV 101.99 153.4 146.55 -
System Red Green Blue C M Y K H S L
Decimal 128 80 147 0.13 0.46 0 0.42 282.99 0.3 0.45
Hex 80 50 93 D 2E 0 2A 11B 1E 2D
Octal 200 120 223 15 56 0 52 433 36 55
Binary 10000000 1010000 10010011 1101 101110 0 101010 100011011 11110 101101

Color Harmonies of #805093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805093

Black with #805093

Text Example


Text Example

White with #805093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805093; }

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

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

background-color css

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

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

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

border-color css

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

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

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