Html Css Color HEX #816290 Affair

📋 copy color: '#816290'

red 129 ◦ green 98 ◦ blue 144

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

Shades of Affair #816290

Tints of Affair #816290

RGB

 RED value IS 129 (50.78% from 255) = 34.77%

 GREEN value IS 98 (38.67% from 255) = 26.42%

 BLUE value IS 144 (56.64% from 255) = 38.81%

R = 34.77%
G = 26.42%
B = 38.81%

CMYK

 C value IS 0.10

 M value IS 0.32

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#816290 (or 0x816290) is known color: Affair. HEX triplet: 81, 62 and 90. RGB value is (129,98,144). Sum of RGB (Red+Green+Blue) = 129+98+144=371 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.77% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 144 - color contains mainly: blue. Hex color #816290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816290 is #7E9D6F. Grayscale: #707070. Windows color (decimal): -8297840 or 9462401. OLE color: 9462401.

HSL color Cylindrical-coordinate representation of color #816290: hue angle of 280.43º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #816290 is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 129 98 144 -
CMYK 0.10 0.32 0 0.44
HSL 280.43º 0.19% 0.47% -
HSV(B) 280.43º 0.32% 0.56% -
XYZ 18.45 15.42 28.39 -
YUV 112.51 145.77 139.76 -
System Red Green Blue C M Y K H S L
Decimal 129 98 144 0.10 0.32 0 0.44 280.43 0.19 0.47
Hex 81 62 90 A 20 0 2C 118 13 2F
Octal 201 142 220 12 40 0 54 430 23 57
Binary 10000001 1100010 10010000 1010 100000 0 101100 100011000 10011 101111

Color Harmonies of #816290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816290

Black with #816290

Text Example


Text Example

White with #816290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816290; }

 p { color: rgb(129,98,144); }

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

background-color css

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

 a { background-color: rgb(129,98,144); }

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

border-color css

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

 span { border-color: rgb(129,98,144); }

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