Html Css Color HEX #825196 Affair

📋 copy color: '#825196'

red 130 ◦ green 81 ◦ blue 150

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

Shades of Affair #825196

Tints of Affair #825196

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.44%

 BLUE value IS 150 (58.98% from 255) = 41.55%

R = 36.01%
G = 22.44%
B = 41.55%

CMYK

 C value IS 0.13

 M value IS 0.46

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#825196 (or 0x825196) is known color: Affair. HEX triplet: 82, 51 and 96. RGB value is (130,81,150). Sum of RGB (Red+Green+Blue) = 130+81+150=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 150 (58.98% from 255 or 41.55% from 361); Max value from RGB is 150 - color contains mainly: blue. Hex color #825196 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825196 is #7DAE69. Grayscale: #676767. Windows color (decimal): -8236650 or 9851266. OLE color: 9851266.

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

Color convert

RGB 130 81 150 -
CMYK 0.13 0.46 0 0.41
HSL 282.61º 0.3% 0.45% -
HSV(B) 282.61º 0.46% 0.59% -
XYZ 17.65 12.83 30.4 -
YUV 103.52 154.23 146.89 -
System Red Green Blue C M Y K H S L
Decimal 130 81 150 0.13 0.46 0 0.41 282.61 0.3 0.45
Hex 82 51 96 D 2E 0 29 11B 1E 2D
Octal 202 121 226 15 56 0 51 433 36 55
Binary 10000010 1010001 10010110 1101 101110 0 101001 100011011 11110 101101

Color Harmonies of #825196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825196

Black with #825196

Text Example


Text Example

White with #825196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825196; }

 p { color: rgb(130,81,150); }

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

background-color css

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

 a { background-color: rgb(130,81,150); }

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

border-color css

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

 span { border-color: rgb(130,81,150); }

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