Html Css Color HEX #835899 Affair

📋 copy color: '#835899'

red 131 ◦ green 88 ◦ blue 153

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

Shades of Affair #835899

Tints of Affair #835899

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.66%

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

R = 35.22%
G = 23.66%
B = 41.13%

CMYK

 C value IS 0.14

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#835899 (or 0x835899) is known color: Affair. HEX triplet: 83, 58 and 99. RGB value is (131,88,153). Sum of RGB (Red+Green+Blue) = 131+88+153=372 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.22% from 372); Green value is 88 (34.77% from 255 or 23.66% from 372); Blue value is 153 (60.16% from 255 or 41.13% from 372); Max value from RGB is 153 - color contains mainly: blue. Hex color #835899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835899 is #7CA766. Grayscale: #6C6C6C. Windows color (decimal): -8169319 or 10049667. OLE color: 10049667.

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

Color convert

RGB 131 88 153 -
CMYK 0.14 0.42 0 0.4
HSL 279.69º 0.27% 0.47% -
HSV(B) 279.69º 0.42% 0.6% -
XYZ 18.6 14.1 31.88 -
YUV 108.27 153.25 144.21 -
System Red Green Blue C M Y K H S L
Decimal 131 88 153 0.14 0.42 0 0.4 279.69 0.27 0.47
Hex 83 58 99 E 2A 0 28 118 1B 2F
Octal 203 130 231 16 52 0 50 430 33 57
Binary 10000011 1011000 10011001 1110 101010 0 101000 100011000 11011 101111

Color Harmonies of #835899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835899

Black with #835899

Text Example


Text Example

White with #835899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835899; }

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

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

background-color css

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

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

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

border-color css

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

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

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