Html Css Color HEX #836090 Affair

📋 copy color: '#836090'

red 131 ◦ green 96 ◦ blue 144

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

Shades of Affair #836090

Tints of Affair #836090

RGB

 RED value IS 131 (51.56% from 255) = 35.31%

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

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

R = 35.31%
G = 25.88%
B = 38.81%

CMYK

 C value IS 0.09

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#836090 (or 0x836090) is known color: Affair. HEX triplet: 83, 60 and 90. RGB value is (131,96,144). Sum of RGB (Red+Green+Blue) = 131+96+144=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 96 (37.89% from 255 or 25.88% 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 #836090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836090 is #7C9F6F. Grayscale: #6F6F6F. Windows color (decimal): -8167280 or 9461891. OLE color: 9461891.

HSL color Cylindrical-coordinate representation of color #836090: hue angle of 283.75º 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 #836090 is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 96 144 -
CMYK 0.09 0.33 0 0.44
HSL 283.75º 0.2% 0.47% -
HSV(B) 283.75º 0.33% 0.56% -
XYZ 18.58 15.2 28.34 -
YUV 111.94 146.1 141.6 -
System Red Green Blue C M Y K H S L
Decimal 131 96 144 0.09 0.33 0 0.44 283.75 0.2 0.47
Hex 83 60 90 9 21 0 2C 11C 14 2F
Octal 203 140 220 11 41 0 54 434 24 57
Binary 10000011 1100000 10010000 1001 100001 0 101100 100011100 10100 101111

Color Harmonies of #836090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836090

Black with #836090

Text Example


Text Example

White with #836090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836090; }

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

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

background-color css

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

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

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

border-color css

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

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

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