Html Css Color HEX #825A92 Affair

📋 copy color: '#825A92'

red 130 ◦ green 90 ◦ blue 146

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

Shades of Affair #825A92

Tints of Affair #825A92

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.59%

 BLUE value IS 146 (57.42% from 255) = 39.89%

R = 35.52%
G = 24.59%
B = 39.89%

CMYK

 C value IS 0.11

 M value IS 0.38

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#825A92 (or 0x825A92) is known color: Affair. HEX triplet: 82, 5A and 92. RGB value is (130,90,146). Sum of RGB (Red+Green+Blue) = 130+90+146=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 90 (35.55% from 255 or 24.59% from 366); Blue value is 146 (57.42% from 255 or 39.89% from 366); Max value from RGB is 146 - color contains mainly: blue. Hex color #825A92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825A92 is #7DA56D. Grayscale: #6C6C6C. Windows color (decimal): -8234350 or 9591426. OLE color: 9591426.

HSL color Cylindrical-coordinate representation of color #825A92: hue angle of 282.86º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #825A92 is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 130 90 146 -
CMYK 0.11 0.38 0 0.43
HSL 282.86º 0.24% 0.46% -
HSV(B) 282.86º 0.38% 0.57% -
XYZ 18.05 14.13 28.97 -
YUV 108.34 149.25 143.45 -
System Red Green Blue C M Y K H S L
Decimal 130 90 146 0.11 0.38 0 0.43 282.86 0.24 0.46
Hex 82 5A 92 B 26 0 2B 11B 18 2E
Octal 202 132 222 13 46 0 53 433 30 56
Binary 10000010 1011010 10010010 1011 100110 0 101011 100011011 11000 101110

Color Harmonies of #825A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825A92

Black with #825A92

Text Example


Text Example

White with #825A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825A92; }

 p { color: rgb(130,90,146); }

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

background-color css

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

 a { background-color: rgb(130,90,146); }

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

border-color css

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

 span { border-color: rgb(130,90,146); }

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