Html Css Color HEX #825890 Affair

📋 copy color: '#825890'

red 130 ◦ green 88 ◦ blue 144

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

Shades of Affair #825890

Tints of Affair #825890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 39.78%

R = 35.91%
G = 24.31%
B = 39.78%

CMYK

 C value IS 0.10

 M value IS 0.39

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#825890 (or 0x825890) is known color: Affair. HEX triplet: 82, 58 and 90. RGB value is (130,88,144). Sum of RGB (Red+Green+Blue) = 130+88+144=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 88 (34.77% from 255 or 24.31% from 362); Blue value is 144 (56.64% from 255 or 39.78% from 362); Max value from RGB is 144 - color contains mainly: blue. Hex color #825890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825890 is #7DA76F. Grayscale: #6A6A6A. Windows color (decimal): -8234864 or 9459842. OLE color: 9459842.

HSL color Cylindrical-coordinate representation of color #825890: hue angle of 285º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #825890 is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 130 88 144 -
CMYK 0.10 0.39 0 0.44
HSL 285º 0.24% 0.45% -
HSV(B) 285º 0.39% 0.56% -
XYZ 17.73 13.74 28.1 -
YUV 106.94 148.91 144.45 -
System Red Green Blue C M Y K H S L
Decimal 130 88 144 0.10 0.39 0 0.44 285 0.24 0.45
Hex 82 58 90 A 27 0 2C 11D 18 2D
Octal 202 130 220 12 47 0 54 435 30 55
Binary 10000010 1011000 10010000 1010 100111 0 101100 100011101 11000 101101

Color Harmonies of #825890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825890

Black with #825890

Text Example


Text Example

White with #825890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825890; }

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

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

background-color css

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

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

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

border-color css

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

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

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