Html Css Color HEX #835199 Affair

📋 copy color: '#835199'

red 131 ◦ green 81 ◦ blue 153

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

Shades of Affair #835199

Tints of Affair #835199

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.19%

 BLUE value IS 153 (60.16% from 255) = 41.92%

R = 35.89%
G = 22.19%
B = 41.92%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#835199 (or 0x835199) is known color: Affair. HEX triplet: 83, 51 and 99. RGB value is (131,81,153). Sum of RGB (Red+Green+Blue) = 131+81+153=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 81 (32.03% from 255 or 22.19% from 365); Blue value is 153 (60.16% from 255 or 41.92% from 365); Max value from RGB is 153 - color contains mainly: blue. Hex color #835199 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835199 is #7CAE66. Grayscale: #676767. Windows color (decimal): -8171111 or 10047875. OLE color: 10047875.

HSL color Cylindrical-coordinate representation of color #835199: hue angle of 281.67º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #835199 is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 131 81 153 -
CMYK 0.14 0.47 0 0.4
HSL 281.67º 0.31% 0.46% -
HSV(B) 281.67º 0.47% 0.6% -
XYZ 18.05 13.01 31.7 -
YUV 104.16 155.57 147.15 -
System Red Green Blue C M Y K H S L
Decimal 131 81 153 0.14 0.47 0 0.4 281.67 0.31 0.46
Hex 83 51 99 E 2F 0 28 11A 1F 2E
Octal 203 121 231 16 57 0 50 432 37 56
Binary 10000011 1010001 10011001 1110 101111 0 101000 100011010 11111 101110

Color Harmonies of #835199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835199

Black with #835199

Text Example


Text Example

White with #835199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835199; }

 p { color: rgb(131,81,153); }

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

background-color css

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

 a { background-color: rgb(131,81,153); }

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

border-color css

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

 span { border-color: rgb(131,81,153); }

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