Html Css Color HEX #835293 Affair

📋 copy color: '#835293'

red 131 ◦ green 82 ◦ blue 147

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

Shades of Affair #835293

Tints of Affair #835293

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.78%

 BLUE value IS 147 (57.81% from 255) = 40.83%

R = 36.39%
G = 22.78%
B = 40.83%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#835293 (or 0x835293) is known color: Affair. HEX triplet: 83, 52 and 93. RGB value is (131,82,147). Sum of RGB (Red+Green+Blue) = 131+82+147=360 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.39% from 360); Green value is 82 (32.42% from 255 or 22.78% from 360); Blue value is 147 (57.81% from 255 or 40.83% from 360); Max value from RGB is 147 - color contains mainly: blue. Hex color #835293 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835293 is #7CAD6C. Grayscale: #676767. Windows color (decimal): -8170861 or 9654915. OLE color: 9654915.

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

Color convert

RGB 131 82 147 -
CMYK 0.11 0.44 0 0.42
HSL 285.23º 0.28% 0.45% -
HSV(B) 285.23º 0.44% 0.58% -
XYZ 17.64 12.97 29.18 -
YUV 104.06 152.23 147.21 -
System Red Green Blue C M Y K H S L
Decimal 131 82 147 0.11 0.44 0 0.42 285.23 0.28 0.45
Hex 83 52 93 B 2C 0 2A 11D 1C 2D
Octal 203 122 223 13 54 0 52 435 34 55
Binary 10000011 1010010 10010011 1011 101100 0 101010 100011101 11100 101101

Color Harmonies of #835293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835293

Black with #835293

Text Example


Text Example

White with #835293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835293; }

 p { color: rgb(131,82,147); }

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

background-color css

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

 a { background-color: rgb(131,82,147); }

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

border-color css

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

 span { border-color: rgb(131,82,147); }

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