Html Css Color HEX #835595 Affair

📋 copy color: '#835595'

red 131 ◦ green 85 ◦ blue 149

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

Shades of Affair #835595

Tints of Affair #835595

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.29%

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

R = 35.89%
G = 23.29%
B = 40.82%

CMYK

 C value IS 0.12

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#835595 (or 0x835595) is known color: Affair. HEX triplet: 83, 55 and 95. RGB value is (131,85,149). Sum of RGB (Red+Green+Blue) = 131+85+149=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 149 (58.59% from 255 or 40.82% from 365); Max value from RGB is 149 - color contains mainly: blue. Hex color #835595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835595 is #7CAA6A. Grayscale: #696969. Windows color (decimal): -8170091 or 9786755. OLE color: 9786755.

HSL color Cylindrical-coordinate representation of color #835595: hue angle of 283.12º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #835595 is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 85 149 -
CMYK 0.12 0.43 0 0.42
HSL 283.13º 0.27% 0.46% -
HSV(B) 283.13º 0.43% 0.58% -
XYZ 18.03 13.49 30.09 -
YUV 106.05 152.24 145.8 -
System Red Green Blue C M Y K H S L
Decimal 131 85 149 0.12 0.43 0 0.42 283.13 0.27 0.46
Hex 83 55 95 C 2B 0 2A 11B 1B 2E
Octal 203 125 225 14 53 0 52 433 33 56
Binary 10000011 1010101 10010101 1100 101011 0 101010 100011011 11011 101110

Color Harmonies of #835595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835595

Black with #835595

Text Example


Text Example

White with #835595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835595; }

 p { color: rgb(131,85,149); }

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

background-color css

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

 a { background-color: rgb(131,85,149); }

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

border-color css

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

 span { border-color: rgb(131,85,149); }

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