Html Css Color HEX #835D94 Affair

📋 copy color: '#835D94'

red 131 ◦ green 93 ◦ blue 148

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

Shades of Affair #835D94

Tints of Affair #835D94

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25%

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

R = 35.22%
G = 25%
B = 39.78%

CMYK

 C value IS 0.11

 M value IS 0.37

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#835D94 (or 0x835D94) is known color: Affair. HEX triplet: 83, 5D and 94. RGB value is (131,93,148). Sum of RGB (Red+Green+Blue) = 131+93+148=372 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.22% from 372); Green value is 93 (36.72% from 255 or 25% from 372); Blue value is 148 (58.20% from 255 or 39.78% from 372); Max value from RGB is 148 - color contains mainly: blue. Hex color #835D94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835D94 is #7CA26B. Grayscale: #6E6E6E. Windows color (decimal): -8168044 or 9723267. OLE color: 9723267.

HSL color Cylindrical-coordinate representation of color #835D94: hue angle of 281.45º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #835D94 is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 93 148 -
CMYK 0.11 0.37 0 0.42
HSL 281.45º 0.23% 0.47% -
HSV(B) 281.45º 0.37% 0.58% -
XYZ 18.62 14.79 29.89 -
YUV 110.63 149.09 142.53 -
System Red Green Blue C M Y K H S L
Decimal 131 93 148 0.11 0.37 0 0.42 281.45 0.23 0.47
Hex 83 5D 94 B 25 0 2A 119 17 2F
Octal 203 135 224 13 45 0 52 431 27 57
Binary 10000011 1011101 10010100 1011 100101 0 101010 100011001 10111 101111

Color Harmonies of #835D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835D94

Black with #835D94

Text Example


Text Example

White with #835D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835D94; }

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

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

background-color css

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

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

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

border-color css

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

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

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