Html Css Color HEX #806095 Affair

📋 copy color: '#806095'

red 128 ◦ green 96 ◦ blue 149

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

Shades of Affair #806095

Tints of Affair #806095

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.74%

 BLUE value IS 149 (58.59% from 255) = 39.95%

R = 34.32%
G = 25.74%
B = 39.95%

CMYK

 C value IS 0.14

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#806095 (or 0x806095) is known color: Affair. HEX triplet: 80, 60 and 95. RGB value is (128,96,149). Sum of RGB (Red+Green+Blue) = 128+96+149=373 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.32% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 149 (58.59% from 255 or 39.95% from 373); Max value from RGB is 149 - color contains mainly: blue. Hex color #806095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806095 is #7F9F6A. Grayscale: #6F6F6F. Windows color (decimal): -8363883 or 9789568. OLE color: 9789568.

HSL color Cylindrical-coordinate representation of color #806095: hue angle of 276.23º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #806095 is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 96 149 -
CMYK 0.14 0.36 0 0.42
HSL 276.23º 0.22% 0.48% -
HSV(B) 276.23º 0.36% 0.58% -
XYZ 18.51 15.12 30.38 -
YUV 111.61 149.1 139.69 -
System Red Green Blue C M Y K H S L
Decimal 128 96 149 0.14 0.36 0 0.42 276.23 0.22 0.48
Hex 80 60 95 E 24 0 2A 114 16 30
Octal 200 140 225 16 44 0 52 424 26 60
Binary 10000000 1100000 10010101 1110 100100 0 101010 100010100 10110 110000

Color Harmonies of #806095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806095

Black with #806095

Text Example


Text Example

White with #806095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806095; }

 p { color: rgb(128,96,149); }

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

background-color css

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

 a { background-color: rgb(128,96,149); }

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

border-color css

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

 span { border-color: rgb(128,96,149); }

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