Html Css Color HEX #825993 Affair

📋 copy color: '#825993'

red 130 ◦ green 89 ◦ blue 147

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

Shades of Affair #825993

Tints of Affair #825993

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.32%

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

R = 35.52%
G = 24.32%
B = 40.16%

CMYK

 C value IS 0.12

 M value IS 0.39

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#825993 (or 0x825993) is known color: Affair. HEX triplet: 82, 59 and 93. RGB value is (130,89,147). Sum of RGB (Red+Green+Blue) = 130+89+147=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 89 (35.16% from 255 or 24.32% from 366); Blue value is 147 (57.81% from 255 or 40.16% from 366); Max value from RGB is 147 - color contains mainly: blue. Hex color #825993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825993 is #7DA66C. Grayscale: #6B6B6B. Windows color (decimal): -8234605 or 9656706. OLE color: 9656706.

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

Color convert

RGB 130 89 147 -
CMYK 0.12 0.39 0 0.42
HSL 282.41º 0.25% 0.46% -
HSV(B) 282.41º 0.39% 0.58% -
XYZ 18.04 14 29.35 -
YUV 107.87 150.08 143.78 -
System Red Green Blue C M Y K H S L
Decimal 130 89 147 0.12 0.39 0 0.42 282.41 0.25 0.46
Hex 82 59 93 C 27 0 2A 11A 19 2E
Octal 202 131 223 14 47 0 52 432 31 56
Binary 10000010 1011001 10010011 1100 100111 0 101010 100011010 11001 101110

Color Harmonies of #825993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825993

Black with #825993

Text Example


Text Example

White with #825993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825993; }

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

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

background-color css

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

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

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

border-color css

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

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

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