Html Css Color HEX #825097 Affair

📋 copy color: '#825097'

red 130 ◦ green 80 ◦ blue 151

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

Shades of Affair #825097

Tints of Affair #825097

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.16%

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

R = 36.01%
G = 22.16%
B = 41.83%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#825097 (or 0x825097) is known color: Affair. HEX triplet: 82, 50 and 97. RGB value is (130,80,151). Sum of RGB (Red+Green+Blue) = 130+80+151=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 151 (59.38% from 255 or 41.83% from 361); Max value from RGB is 151 - color contains mainly: blue. Hex color #825097 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825097 is #7DAF68. Grayscale: #666666. Windows color (decimal): -8236905 or 9916546. OLE color: 9916546.

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

Color convert

RGB 130 80 151 -
CMYK 0.14 0.47 0 0.41
HSL 282.25º 0.31% 0.45% -
HSV(B) 282.25º 0.47% 0.59% -
XYZ 17.66 12.72 30.8 -
YUV 103.04 155.07 147.23 -
System Red Green Blue C M Y K H S L
Decimal 130 80 151 0.14 0.47 0 0.41 282.25 0.31 0.45
Hex 82 50 97 E 2F 0 29 11A 1F 2D
Octal 202 120 227 16 57 0 51 432 37 55
Binary 10000010 1010000 10010111 1110 101111 0 101001 100011010 11111 101101

Color Harmonies of #825097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825097

Black with #825097

Text Example


Text Example

White with #825097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825097; }

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

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

background-color css

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

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

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

border-color css

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

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

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