Html Css Color HEX #835393 Affair

📋 copy color: '#835393'

red 131 ◦ green 83 ◦ blue 147

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

Shades of Affair #835393

Tints of Affair #835393

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.99%

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

R = 36.29%
G = 22.99%
B = 40.72%

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

#835393 (or 0x835393) is known color: Affair. HEX triplet: 83, 53 and 93. RGB value is (131,83,147). Sum of RGB (Red+Green+Blue) = 131+83+147=361 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.29% from 361); Green value is 83 (32.81% from 255 or 22.99% from 361); Blue value is 147 (57.81% from 255 or 40.72% from 361); Max value from RGB is 147 - color contains mainly: blue. Hex color #835393 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835393 is #7CAC6C. Grayscale: #686868. Windows color (decimal): -8170605 or 9655171. OLE color: 9655171.

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

Color convert

RGB 131 83 147 -
CMYK 0.11 0.44 0 0.42
HSL 285º 0.28% 0.45% -
HSV(B) 285º 0.44% 0.58% -
XYZ 17.72 13.12 29.2 -
YUV 104.65 151.9 146.8 -
System Red Green Blue C M Y K H S L
Decimal 131 83 147 0.11 0.44 0 0.42 285 0.28 0.45
Hex 83 53 93 B 2C 0 2A 11D 1C 2D
Octal 203 123 223 13 54 0 52 435 34 55
Binary 10000011 1010011 10010011 1011 101100 0 101010 100011101 11100 101101

Color Harmonies of #835393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835393

Black with #835393

Text Example


Text Example

White with #835393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835393; }

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

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

background-color css

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

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

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

border-color css

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

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

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