Html Css Color HEX #816090 Affair

📋 copy color: '#816090'

red 129 ◦ green 96 ◦ blue 144

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

Shades of Affair #816090

Tints of Affair #816090

RGB

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

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

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

R = 34.96%
G = 26.02%
B = 39.02%

CMYK

 C value IS 0.10

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#816090 (or 0x816090) is known color: Affair. HEX triplet: 81, 60 and 90. RGB value is (129,96,144). Sum of RGB (Red+Green+Blue) = 129+96+144=369 (48% of max value = 765). Red value is 129 (50.78% from 255 or 34.96% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 144 - color contains mainly: blue. Hex color #816090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816090 is #7E9F6F. Grayscale: #6F6F6F. Windows color (decimal): -8298352 or 9461889. OLE color: 9461889.

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

Color convert

RGB 129 96 144 -
CMYK 0.10 0.33 0 0.44
HSL 281.25º 0.2% 0.47% -
HSV(B) 281.25º 0.33% 0.56% -
XYZ 18.27 15.05 28.33 -
YUV 111.34 146.43 140.6 -
System Red Green Blue C M Y K H S L
Decimal 129 96 144 0.10 0.33 0 0.44 281.25 0.2 0.47
Hex 81 60 90 A 21 0 2C 119 14 2F
Octal 201 140 220 12 41 0 54 431 24 57
Binary 10000001 1100000 10010000 1010 100001 0 101100 100011001 10100 101111

Color Harmonies of #816090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816090

Black with #816090

Text Example


Text Example

White with #816090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816090; }

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

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

background-color css

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

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

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

border-color css

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

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

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