Html Css Color HEX #805D93 Affair

📋 copy color: '#805D93'

red 128 ◦ green 93 ◦ blue 147

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

Shades of Affair #805D93

Tints of Affair #805D93

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.27%

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

R = 34.78%
G = 25.27%
B = 39.95%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#805D93 (or 0x805D93) is known color: Affair. HEX triplet: 80, 5D and 93. RGB value is (128,93,147). Sum of RGB (Red+Green+Blue) = 128+93+147=368 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.78% from 368); Green value is 93 (36.72% from 255 or 25.27% from 368); Blue value is 147 (57.81% from 255 or 39.95% from 368); Max value from RGB is 147 - color contains mainly: blue. Hex color #805D93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805D93 is #7FA26C. Grayscale: #6D6D6D. Windows color (decimal): -8364653 or 9657728. OLE color: 9657728.

HSL color Cylindrical-coordinate representation of color #805D93: hue angle of 278.89º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #805D93 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 93 147 -
CMYK 0.13 0.37 0 0.42
HSL 278.89º 0.23% 0.47% -
HSV(B) 278.89º 0.37% 0.58% -
XYZ 18.08 14.52 29.45 -
YUV 109.62 149.1 141.11 -
System Red Green Blue C M Y K H S L
Decimal 128 93 147 0.13 0.37 0 0.42 278.89 0.23 0.47
Hex 80 5D 93 D 25 0 2A 117 16 2F
Octal 200 135 223 15 45 0 52 427 26 57
Binary 10000000 1011101 10010011 1101 100101 0 101010 100010111 10110 101111

Color Harmonies of #805D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805D93

Black with #805D93

Text Example


Text Example

White with #805D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805D93; }

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

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

background-color css

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

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

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

border-color css

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

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

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