Html Css Color HEX #835993 Affair

📋 copy color: '#835993'

red 131 ◦ green 89 ◦ blue 147

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

Shades of Affair #835993

Tints of Affair #835993

RGB

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

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

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

R = 35.69%
G = 24.25%
B = 40.05%

CMYK

 C value IS 0.11

 M value IS 0.39

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#835993 (or 0x835993) is known color: Affair. HEX triplet: 83, 59 and 93. RGB value is (131,89,147). Sum of RGB (Red+Green+Blue) = 131+89+147=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 89 (35.16% from 255 or 24.25% from 367); Blue value is 147 (57.81% from 255 or 40.05% from 367); Max value from RGB is 147 - color contains mainly: blue. Hex color #835993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835993 is #7CA66C. Grayscale: #6B6B6B. Windows color (decimal): -8169069 or 9656707. OLE color: 9656707.

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

Color convert

RGB 131 89 147 -
CMYK 0.11 0.39 0 0.42
HSL 283.45º 0.25% 0.46% -
HSV(B) 283.45º 0.39% 0.58% -
XYZ 18.2 14.08 29.36 -
YUV 108.17 149.91 144.28 -
System Red Green Blue C M Y K H S L
Decimal 131 89 147 0.11 0.39 0 0.42 283.45 0.25 0.46
Hex 83 59 93 B 27 0 2A 11B 19 2E
Octal 203 131 223 13 47 0 52 433 31 56
Binary 10000011 1011001 10010011 1011 100111 0 101010 100011011 11001 101110

Color Harmonies of #835993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835993

Black with #835993

Text Example


Text Example

White with #835993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835993; }

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

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

background-color css

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

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

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

border-color css

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

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

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