Html Css Color HEX #835394 Affair

📋 copy color: '#835394'

red 131 ◦ green 83 ◦ blue 148

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

Shades of Affair #835394

Tints of Affair #835394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 40.88%

R = 36.19%
G = 22.93%
B = 40.88%

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

#835394 (or 0x835394) is known color: Affair. HEX triplet: 83, 53 and 94. RGB value is (131,83,148). Sum of RGB (Red+Green+Blue) = 131+83+148=362 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.19% from 362); Green value is 83 (32.81% from 255 or 22.93% from 362); Blue value is 148 (58.20% from 255 or 40.88% from 362); Max value from RGB is 148 - color contains mainly: blue. Hex color #835394 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835394 is #7CAC6B. Grayscale: #686868. Windows color (decimal): -8170604 or 9720707. OLE color: 9720707.

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

Color convert

RGB 131 83 148 -
CMYK 0.11 0.44 0 0.42
HSL 284.31º 0.28% 0.45% -
HSV(B) 284.31º 0.44% 0.58% -
XYZ 17.8 13.15 29.62 -
YUV 104.76 152.4 146.71 -
System Red Green Blue C M Y K H S L
Decimal 131 83 148 0.11 0.44 0 0.42 284.31 0.28 0.45
Hex 83 53 94 B 2C 0 2A 11C 1C 2D
Octal 203 123 224 13 54 0 52 434 34 55
Binary 10000011 1010011 10010100 1011 101100 0 101010 100011100 11100 101101

Color Harmonies of #835394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835394

Black with #835394

Text Example


Text Example

White with #835394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835394; }

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

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

background-color css

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

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

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

border-color css

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

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

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