Html Css Color HEX #825397 Affair

📋 copy color: '#825397'

red 130 ◦ green 83 ◦ blue 151

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

Shades of Affair #825397

Tints of Affair #825397

RGB

 RED value IS 130 (51.17% from 255) = 35.71%

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

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

R = 35.71%
G = 22.8%
B = 41.48%

CMYK

 C value IS 0.14

 M value IS 0.45

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#825397 (or 0x825397) is known color: Affair. HEX triplet: 82, 53 and 97. RGB value is (130,83,151). Sum of RGB (Red+Green+Blue) = 130+83+151=364 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.71% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 151 (59.38% from 255 or 41.48% from 364); Max value from RGB is 151 - color contains mainly: blue. Hex color #825397 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825397 is #7DAC68. Grayscale: #686868. Windows color (decimal): -8236137 or 9917314. OLE color: 9917314.

HSL color Cylindrical-coordinate representation of color #825397: hue angle of 281.47º 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 #825397 is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 130 83 151 -
CMYK 0.14 0.45 0 0.41
HSL 281.47º 0.29% 0.46% -
HSV(B) 281.47º 0.45% 0.59% -
XYZ 17.89 13.17 30.88 -
YUV 104.81 154.07 145.97 -
System Red Green Blue C M Y K H S L
Decimal 130 83 151 0.14 0.45 0 0.41 281.47 0.29 0.46
Hex 82 53 97 E 2D 0 29 119 1D 2E
Octal 202 123 227 16 55 0 51 431 35 56
Binary 10000010 1010011 10010111 1110 101101 0 101001 100011001 11101 101110

Color Harmonies of #825397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825397

Black with #825397

Text Example


Text Example

White with #825397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825397; }

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

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

background-color css

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

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

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

border-color css

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

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

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