Html Css Color HEX #825093 Affair

📋 copy color: '#825093'

red 130 ◦ green 80 ◦ blue 147

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

Shades of Affair #825093

Tints of Affair #825093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 41.18%

R = 36.41%
G = 22.41%
B = 41.18%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#825093 (or 0x825093) is known color: Affair. HEX triplet: 82, 50 and 93. RGB value is (130,80,147). Sum of RGB (Red+Green+Blue) = 130+80+147=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 147 (57.81% from 255 or 41.18% from 357); Max value from RGB is 147 - color contains mainly: blue. Hex color #825093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825093 is #7DAF6C. Grayscale: #666666. Windows color (decimal): -8236909 or 9654402. OLE color: 9654402.

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

Color convert

RGB 130 80 147 -
CMYK 0.12 0.46 0 0.42
HSL 284.78º 0.3% 0.45% -
HSV(B) 284.78º 0.46% 0.58% -
XYZ 17.34 12.59 29.12 -
YUV 102.59 153.07 147.55 -
System Red Green Blue C M Y K H S L
Decimal 130 80 147 0.12 0.46 0 0.42 284.78 0.3 0.45
Hex 82 50 93 C 2E 0 2A 11D 1E 2D
Octal 202 120 223 14 56 0 52 435 36 55
Binary 10000010 1010000 10010011 1100 101110 0 101010 100011101 11110 101101

Color Harmonies of #825093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825093

Black with #825093

Text Example


Text Example

White with #825093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825093; }

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

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

background-color css

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

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

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

border-color css

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

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

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