Html Css Color HEX #835994 Affair

📋 copy color: '#835994'

red 131 ◦ green 89 ◦ blue 148

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

Shades of Affair #835994

Tints of Affair #835994

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.18%

 BLUE value IS 148 (58.2% from 255) = 40.22%

R = 35.6%
G = 24.18%
B = 40.22%

CMYK

 C value IS 0.11

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#835994 (or 0x835994) is known color: Affair. HEX triplet: 83, 59 and 94. RGB value is (131,89,148). Sum of RGB (Red+Green+Blue) = 131+89+148=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 89 (35.16% from 255 or 24.18% from 368); Blue value is 148 (58.20% from 255 or 40.22% from 368); Max value from RGB is 148 - color contains mainly: blue. Hex color #835994 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835994 is #7CA66B. Grayscale: #6C6C6C. Windows color (decimal): -8169068 or 9722243. OLE color: 9722243.

HSL color Cylindrical-coordinate representation of color #835994: hue angle of 282.71º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #835994 is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 89 148 -
CMYK 0.11 0.40 0 0.42
HSL 282.71º 0.25% 0.46% -
HSV(B) 282.71º 0.4% 0.58% -
XYZ 18.28 14.11 29.78 -
YUV 108.28 150.41 144.2 -
System Red Green Blue C M Y K H S L
Decimal 131 89 148 0.11 0.40 0 0.42 282.71 0.25 0.46
Hex 83 59 94 B 28 0 2A 11B 19 2E
Octal 203 131 224 13 50 0 52 433 31 56
Binary 10000011 1011001 10010100 1011 101000 0 101010 100011011 11001 101110

Color Harmonies of #835994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835994

Black with #835994

Text Example


Text Example

White with #835994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835994; }

 p { color: rgb(131,89,148); }

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

background-color css

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

 a { background-color: rgb(131,89,148); }

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

border-color css

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

 span { border-color: rgb(131,89,148); }

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