Html Css Color HEX #805993 Affair

📋 copy color: '#805993'

red 128 ◦ green 89 ◦ blue 147

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

Shades of Affair #805993

Tints of Affair #805993

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.45%

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

R = 35.16%
G = 24.45%
B = 40.38%

CMYK

 C value IS 0.13

 M value IS 0.39

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#805993 (or 0x805993) is known color: Affair. HEX triplet: 80, 59 and 93. RGB value is (128,89,147). Sum of RGB (Red+Green+Blue) = 128+89+147=364 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.16% from 364); Green value is 89 (35.16% from 255 or 24.45% from 364); Blue value is 147 (57.81% from 255 or 40.38% from 364); Max value from RGB is 147 - color contains mainly: blue. Hex color #805993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805993 is #7FA66C. Grayscale: #6B6B6B. Windows color (decimal): -8365677 or 9656704. OLE color: 9656704.

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

Color convert

RGB 128 89 147 -
CMYK 0.13 0.39 0 0.42
HSL 280.34º 0.25% 0.46% -
HSV(B) 280.34º 0.39% 0.58% -
XYZ 17.74 13.84 29.34 -
YUV 107.27 150.42 142.78 -
System Red Green Blue C M Y K H S L
Decimal 128 89 147 0.13 0.39 0 0.42 280.34 0.25 0.46
Hex 80 59 93 D 27 0 2A 118 19 2E
Octal 200 131 223 15 47 0 52 430 31 56
Binary 10000000 1011001 10010011 1101 100111 0 101010 100011000 11001 101110

Color Harmonies of #805993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805993

Black with #805993

Text Example


Text Example

White with #805993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805993; }

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

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

background-color css

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

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

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

border-color css

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

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

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