Html Css Color HEX #835890 Affair

📋 copy color: '#835890'

red 131 ◦ green 88 ◦ blue 144

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

Shades of Affair #835890

Tints of Affair #835890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 39.67%

R = 36.09%
G = 24.24%
B = 39.67%

CMYK

 C value IS 0.09

 M value IS 0.39

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#835890 (or 0x835890) is known color: Affair. HEX triplet: 83, 58 and 90. RGB value is (131,88,144). Sum of RGB (Red+Green+Blue) = 131+88+144=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 88 (34.77% from 255 or 24.24% from 363); Blue value is 144 (56.64% from 255 or 39.67% from 363); Max value from RGB is 144 - color contains mainly: blue. Hex color #835890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835890 is #7CA76F. Grayscale: #6B6B6B. Windows color (decimal): -8169328 or 9459843. OLE color: 9459843.

HSL color Cylindrical-coordinate representation of color #835890: hue angle of 286.07º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #835890 is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 88 144 -
CMYK 0.09 0.39 0 0.44
HSL 286.07º 0.24% 0.45% -
HSV(B) 286.07º 0.39% 0.56% -
XYZ 17.88 13.82 28.11 -
YUV 107.24 148.75 144.95 -
System Red Green Blue C M Y K H S L
Decimal 131 88 144 0.09 0.39 0 0.44 286.07 0.24 0.45
Hex 83 58 90 9 27 0 2C 11E 18 2D
Octal 203 130 220 11 47 0 54 436 30 55
Binary 10000011 1011000 10010000 1001 100111 0 101100 100011110 11000 101101

Color Harmonies of #835890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835890

Black with #835890

Text Example


Text Example

White with #835890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835890; }

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

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

background-color css

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

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

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

border-color css

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

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

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