Html Css Color HEX #825895 Affair

📋 copy color: '#825895'

red 130 ◦ green 88 ◦ blue 149

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

Shades of Affair #825895

Tints of Affair #825895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 40.6%

R = 35.42%
G = 23.98%
B = 40.6%

CMYK

 C value IS 0.13

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#825895 (or 0x825895) is known color: Affair. HEX triplet: 82, 58 and 95. RGB value is (130,88,149). Sum of RGB (Red+Green+Blue) = 130+88+149=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 88 (34.77% from 255 or 23.98% from 367); Blue value is 149 (58.59% from 255 or 40.60% from 367); Max value from RGB is 149 - color contains mainly: blue. Hex color #825895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825895 is #7DA76A. Grayscale: #6B6B6B. Windows color (decimal): -8234859 or 9787522. OLE color: 9787522.

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

Color convert

RGB 130 88 149 -
CMYK 0.13 0.41 0 0.42
HSL 281.31º 0.26% 0.46% -
HSV(B) 281.31º 0.41% 0.58% -
XYZ 18.12 13.9 30.16 -
YUV 107.51 151.41 144.04 -
System Red Green Blue C M Y K H S L
Decimal 130 88 149 0.13 0.41 0 0.42 281.31 0.26 0.46
Hex 82 58 95 D 29 0 2A 119 1A 2E
Octal 202 130 225 15 51 0 52 431 32 56
Binary 10000010 1011000 10010101 1101 101001 0 101010 100011001 11010 101110

Color Harmonies of #825895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825895

Black with #825895

Text Example


Text Example

White with #825895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825895; }

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

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

background-color css

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

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

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

border-color css

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

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

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