Html Css Color HEX #82589A Affair

📋 copy color: '#82589A'

red 130 ◦ green 88 ◦ blue 154

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

Shades of Affair #82589A

Tints of Affair #82589A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.66%

 BLUE value IS 154 (60.55% from 255) = 41.4%

R = 34.95%
G = 23.66%
B = 41.4%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#82589A (or 0x82589A) is known color: Affair. HEX triplet: 82, 58 and 9A. RGB value is (130,88,154). Sum of RGB (Red+Green+Blue) = 130+88+154=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 88 (34.77% from 255 or 23.66% from 372); Blue value is 154 (60.55% from 255 or 41.40% from 372); Max value from RGB is 154 - color contains mainly: blue. Hex color #82589A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82589A is #7DA765. Grayscale: #6B6B6B. Windows color (decimal): -8234854 or 10115202. OLE color: 10115202.

HSL color Cylindrical-coordinate representation of color #82589A: hue angle of 278.18º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82589A is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 130 88 154 -
CMYK 0.16 0.43 0 0.40
HSL 278.18º 0.27% 0.47% -
HSV(B) 278.18º 0.43% 0.6% -
XYZ 18.53 14.06 32.31 -
YUV 108.08 153.91 143.63 -
System Red Green Blue C M Y K H S L
Decimal 130 88 154 0.16 0.43 0 0.40 278.18 0.27 0.47
Hex 82 58 9A 10 2B 0 28 116 1B 2F
Octal 202 130 232 20 53 0 50 426 33 57
Binary 10000010 1011000 10011010 10000 101011 0 101000 100010110 11011 101111

Color Harmonies of #82589A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82589A

Black with #82589A

Text Example


Text Example

White with #82589A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82589A; }

 p { color: rgb(130,88,154); }

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

background-color css

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

 a { background-color: rgb(130,88,154); }

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

border-color css

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

 span { border-color: rgb(130,88,154); }

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