Html Css Color HEX #805E98 Affair

📋 copy color: '#805E98'

red 128 ◦ green 94 ◦ blue 152

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

Shades of Affair #805E98

Tints of Affair #805E98

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.13%

 BLUE value IS 152 (59.77% from 255) = 40.64%

R = 34.22%
G = 25.13%
B = 40.64%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#805E98 (or 0x805E98) is known color: Affair. HEX triplet: 80, 5E and 98. RGB value is (128,94,152). Sum of RGB (Red+Green+Blue) = 128+94+152=374 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.22% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 152 (59.77% from 255 or 40.64% from 374); Max value from RGB is 152 - color contains mainly: blue. Hex color #805E98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805E98 is #7FA167. Grayscale: #6E6E6E. Windows color (decimal): -8364392 or 9985664. OLE color: 9985664.

HSL color Cylindrical-coordinate representation of color #805E98: hue angle of 275.17º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #805E98 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 128 94 152 -
CMYK 0.16 0.38 0 0.40
HSL 275.17º 0.24% 0.48% -
HSV(B) 275.17º 0.38% 0.6% -
XYZ 18.57 14.86 31.6 -
YUV 110.78 151.26 140.28 -
System Red Green Blue C M Y K H S L
Decimal 128 94 152 0.16 0.38 0 0.40 275.17 0.24 0.48
Hex 80 5E 98 10 26 0 28 113 18 30
Octal 200 136 230 20 46 0 50 423 30 60
Binary 10000000 1011110 10011000 10000 100110 0 101000 100010011 11000 110000

Color Harmonies of #805E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805E98

Black with #805E98

Text Example


Text Example

White with #805E98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,94,152); }

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

background-color css

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

 a { background-color: rgb(128,94,152); }

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

border-color css

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

 span { border-color: rgb(128,94,152); }

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