Html Css Color HEX #835897 Affair

📋 copy color: '#835897'

red 131 ◦ green 88 ◦ blue 151

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

Shades of Affair #835897

Tints of Affair #835897

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 40.81%

R = 35.41%
G = 23.78%
B = 40.81%

CMYK

 C value IS 0.13

 M value IS 0.42

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#835897 (or 0x835897) is known color: Affair. HEX triplet: 83, 58 and 97. RGB value is (131,88,151). Sum of RGB (Red+Green+Blue) = 131+88+151=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 151 (59.38% from 255 or 40.81% from 370); Max value from RGB is 151 - color contains mainly: blue. Hex color #835897 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835897 is #7CA768. Grayscale: #6B6B6B. Windows color (decimal): -8169321 or 9918595. OLE color: 9918595.

HSL color Cylindrical-coordinate representation of color #835897: hue angle of 280.95º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #835897 is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 131 88 151 -
CMYK 0.13 0.42 0 0.41
HSL 280.95º 0.26% 0.47% -
HSV(B) 280.95º 0.42% 0.59% -
XYZ 18.44 14.04 31.02 -
YUV 108.04 152.25 144.38 -
System Red Green Blue C M Y K H S L
Decimal 131 88 151 0.13 0.42 0 0.41 280.95 0.26 0.47
Hex 83 58 97 D 2A 0 29 119 1A 2F
Octal 203 130 227 15 52 0 51 431 32 57
Binary 10000011 1011000 10010111 1101 101010 0 101001 100011001 11010 101111

Color Harmonies of #835897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835897

Black with #835897

Text Example


Text Example

White with #835897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835897; }

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

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

background-color css

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

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

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

border-color css

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

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

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