Html Css Color HEX #835D8E Affair

📋 copy color: '#835D8E'

red 131 ◦ green 93 ◦ blue 142

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

Shades of Affair #835D8E

Tints of Affair #835D8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.8%

R = 35.79%
G = 25.41%
B = 38.8%

CMYK

 C value IS 0.08

 M value IS 0.35

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#835D8E (or 0x835D8E) is known color: Affair. HEX triplet: 83, 5D and 8E. RGB value is (131,93,142). Sum of RGB (Red+Green+Blue) = 131+93+142=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 142 - color contains mainly: blue. Hex color #835D8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835D8E is #7CA271. Grayscale: #6D6D6D. Windows color (decimal): -8168050 or 9330051. OLE color: 9330051.

HSL color Cylindrical-coordinate representation of color #835D8E: hue angle of 286.53º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #835D8E is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 93 142 -
CMYK 0.08 0.35 0 0.44
HSL 286.53º 0.21% 0.46% -
HSV(B) 286.53º 0.35% 0.56% -
XYZ 18.16 14.61 27.45 -
YUV 109.95 146.09 143.02 -
System Red Green Blue C M Y K H S L
Decimal 131 93 142 0.08 0.35 0 0.44 286.53 0.21 0.46
Hex 83 5D 8E 8 23 0 2C 11F 15 2E
Octal 203 135 216 10 43 0 54 437 25 56
Binary 10000011 1011101 10001110 1000 100011 0 101100 100011111 10101 101110

Color Harmonies of #835D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835D8E

Black with #835D8E

Text Example


Text Example

White with #835D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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