Html Css Color HEX #835C92 Affair

📋 copy color: '#835C92'

red 131 ◦ green 92 ◦ blue 146

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

Shades of Affair #835C92

Tints of Affair #835C92

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.93%

 BLUE value IS 146 (57.42% from 255) = 39.57%

R = 35.5%
G = 24.93%
B = 39.57%

CMYK

 C value IS 0.10

 M value IS 0.37

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#835C92 (or 0x835C92) is known color: Affair. HEX triplet: 83, 5C and 92. RGB value is (131,92,146). Sum of RGB (Red+Green+Blue) = 131+92+146=369 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.50% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 146 (57.42% from 255 or 39.57% from 369); Max value from RGB is 146 - color contains mainly: blue. Hex color #835C92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835C92 is #7CA36D. Grayscale: #6D6D6D. Windows color (decimal): -8168302 or 9591939. OLE color: 9591939.

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

Color convert

RGB 131 92 146 -
CMYK 0.10 0.37 0 0.43
HSL 283.33º 0.23% 0.47% -
HSV(B) 283.33º 0.37% 0.57% -
XYZ 18.38 14.55 29.04 -
YUV 109.82 148.42 143.11 -
System Red Green Blue C M Y K H S L
Decimal 131 92 146 0.10 0.37 0 0.43 283.33 0.23 0.47
Hex 83 5C 92 A 25 0 2B 11B 17 2F
Octal 203 134 222 12 45 0 53 433 27 57
Binary 10000011 1011100 10010010 1010 100101 0 101011 100011011 10111 101111

Color Harmonies of #835C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835C92

Black with #835C92

Text Example


Text Example

White with #835C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,92,146); }

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

background-color css

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

 a { background-color: rgb(131,92,146); }

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

border-color css

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

 span { border-color: rgb(131,92,146); }

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