Html Css Color HEX #835397 Affair

📋 copy color: '#835397'

red 131 ◦ green 83 ◦ blue 151

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

Shades of Affair #835397

Tints of Affair #835397

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.74%

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

R = 35.89%
G = 22.74%
B = 41.37%

CMYK

 C value IS 0.13

 M value IS 0.45

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#835397 (or 0x835397) is known color: Affair. HEX triplet: 83, 53 and 97. RGB value is (131,83,151). Sum of RGB (Red+Green+Blue) = 131+83+151=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 151 (59.38% from 255 or 41.37% from 365); Max value from RGB is 151 - color contains mainly: blue. Hex color #835397 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835397 is #7CAC68. Grayscale: #686868. Windows color (decimal): -8170601 or 9917315. OLE color: 9917315.

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

Color convert

RGB 131 83 151 -
CMYK 0.13 0.45 0 0.41
HSL 282.35º 0.29% 0.46% -
HSV(B) 282.35º 0.45% 0.59% -
XYZ 18.04 13.25 30.88 -
YUV 105.1 153.9 146.47 -
System Red Green Blue C M Y K H S L
Decimal 131 83 151 0.13 0.45 0 0.41 282.35 0.29 0.46
Hex 83 53 97 D 2D 0 29 11A 1D 2E
Octal 203 123 227 15 55 0 51 432 35 56
Binary 10000011 1010011 10010111 1101 101101 0 101001 100011010 11101 101110

Color Harmonies of #835397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835397

Black with #835397

Text Example


Text Example

White with #835397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835397; }

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

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

background-color css

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

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

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

border-color css

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

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

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