Html Css Color HEX #835495 Affair

📋 copy color: '#835495'

red 131 ◦ green 84 ◦ blue 149

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

Shades of Affair #835495

Tints of Affair #835495

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.08%

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

R = 35.99%
G = 23.08%
B = 40.93%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#835495 (or 0x835495) is known color: Affair. HEX triplet: 83, 54 and 95. RGB value is (131,84,149). Sum of RGB (Red+Green+Blue) = 131+84+149=364 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.99% from 364); Green value is 84 (33.20% from 255 or 23.08% from 364); Blue value is 149 (58.59% from 255 or 40.93% from 364); Max value from RGB is 149 - color contains mainly: blue. Hex color #835495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835495 is #7CAB6A. Grayscale: #696969. Windows color (decimal): -8170347 or 9786499. OLE color: 9786499.

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

Color convert

RGB 131 84 149 -
CMYK 0.12 0.44 0 0.42
HSL 283.38º 0.28% 0.46% -
HSV(B) 283.38º 0.44% 0.58% -
XYZ 17.96 13.34 30.06 -
YUV 105.46 152.57 146.21 -
System Red Green Blue C M Y K H S L
Decimal 131 84 149 0.12 0.44 0 0.42 283.38 0.28 0.46
Hex 83 54 95 C 2C 0 2A 11B 1C 2E
Octal 203 124 225 14 54 0 52 433 34 56
Binary 10000011 1010100 10010101 1100 101100 0 101010 100011011 11100 101110

Color Harmonies of #835495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835495

Black with #835495

Text Example


Text Example

White with #835495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835495; }

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

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

background-color css

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

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

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

border-color css

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

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

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