Html Css Color HEX #805893 Affair

📋 copy color: '#805893'

red 128 ◦ green 88 ◦ blue 147

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

Shades of Affair #805893

Tints of Affair #805893

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.24%

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

R = 35.26%
G = 24.24%
B = 40.5%

CMYK

 C value IS 0.13

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#805893 (or 0x805893) is known color: Affair. HEX triplet: 80, 58 and 93. RGB value is (128,88,147). Sum of RGB (Red+Green+Blue) = 128+88+147=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 88 (34.77% from 255 or 24.24% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 147 - color contains mainly: blue. Hex color #805893 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805893 is #7FA76C. Grayscale: #6A6A6A. Windows color (decimal): -8365933 or 9656448. OLE color: 9656448.

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

Color convert

RGB 128 88 147 -
CMYK 0.13 0.40 0 0.42
HSL 280.68º 0.25% 0.46% -
HSV(B) 280.68º 0.4% 0.58% -
XYZ 17.66 13.68 29.31 -
YUV 106.69 150.75 143.2 -
System Red Green Blue C M Y K H S L
Decimal 128 88 147 0.13 0.40 0 0.42 280.68 0.25 0.46
Hex 80 58 93 D 28 0 2A 119 19 2E
Octal 200 130 223 15 50 0 52 431 31 56
Binary 10000000 1011000 10010011 1101 101000 0 101010 100011001 11001 101110

Color Harmonies of #805893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805893

Black with #805893

Text Example


Text Example

White with #805893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805893; }

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

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

background-color css

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

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

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

border-color css

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

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

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