Html Css Color HEX #83628E Affair

📋 copy color: '#83628E'

red 131 ◦ green 98 ◦ blue 142

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

Shades of Affair #83628E

Tints of Affair #83628E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.42%

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

R = 35.31%
G = 26.42%
B = 38.27%

CMYK

 C value IS 0.08

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#83628E (or 0x83628E) is known color: Affair. HEX triplet: 83, 62 and 8E. RGB value is (131,98,142). Sum of RGB (Red+Green+Blue) = 131+98+142=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 142 - color contains mainly: blue. Hex color #83628E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83628E is #7C9D71. Grayscale: #707070. Windows color (decimal): -8166770 or 9331331. OLE color: 9331331.

HSL color Cylindrical-coordinate representation of color #83628E: hue angle of 285º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #83628E is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 98 142 -
CMYK 0.08 0.31 0 0.44
HSL 285º 0.18% 0.47% -
HSV(B) 285º 0.31% 0.56% -
XYZ 18.61 15.51 27.6 -
YUV 112.88 144.43 140.92 -
System Red Green Blue C M Y K H S L
Decimal 131 98 142 0.08 0.31 0 0.44 285 0.18 0.47
Hex 83 62 8E 8 1F 0 2C 11D 12 2F
Octal 203 142 216 10 37 0 54 435 22 57
Binary 10000011 1100010 10001110 1000 11111 0 101100 100011101 10010 101111

Color Harmonies of #83628E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83628E

Black with #83628E

Text Example


Text Example

White with #83628E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83628E; }

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

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

background-color css

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

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

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

border-color css

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

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

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