Html Css Color HEX #825893 Affair

📋 copy color: '#825893'

red 130 ◦ green 88 ◦ blue 147

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

Shades of Affair #825893

Tints of Affair #825893

RGB

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

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

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

R = 35.62%
G = 24.11%
B = 40.27%

CMYK

 C value IS 0.12

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#825893 (or 0x825893) is known color: Affair. HEX triplet: 82, 58 and 93. RGB value is (130,88,147). Sum of RGB (Red+Green+Blue) = 130+88+147=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 88 (34.77% from 255 or 24.11% from 365); Blue value is 147 (57.81% from 255 or 40.27% from 365); Max value from RGB is 147 - color contains mainly: blue. Hex color #825893 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825893 is #7DA76C. Grayscale: #6B6B6B. Windows color (decimal): -8234861 or 9656450. OLE color: 9656450.

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

Color convert

RGB 130 88 147 -
CMYK 0.12 0.40 0 0.42
HSL 282.71º 0.25% 0.46% -
HSV(B) 282.71º 0.4% 0.58% -
XYZ 17.96 13.83 29.33 -
YUV 107.28 150.41 144.2 -
System Red Green Blue C M Y K H S L
Decimal 130 88 147 0.12 0.40 0 0.42 282.71 0.25 0.46
Hex 82 58 93 C 28 0 2A 11B 19 2E
Octal 202 130 223 14 50 0 52 433 31 56
Binary 10000010 1011000 10010011 1100 101000 0 101010 100011011 11001 101110

Color Harmonies of #825893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825893

Black with #825893

Text Example


Text Example

White with #825893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825893; }

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

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

background-color css

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

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

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

border-color css

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

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

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