Html Css Color HEX #825F7A Old Lavender

📋 copy color: '#825F7A'

red 130 ◦ green 95 ◦ blue 122

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

Shades of Old Lavender #825F7A

Tints of Old Lavender #825F7A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.38%

 BLUE value IS 122 (48.05% from 255) = 35.16%

R = 37.46%
G = 27.38%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#825F7A (or 0x825F7A) is known color: Old Lavender. HEX triplet: 82, 5F and 7A. RGB value is (130,95,122). Sum of RGB (Red+Green+Blue) = 130+95+122=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 95 (37.5% from 255 or 27.38% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 130 - color contains mainly: red. Hex color #825F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825F7A is #7DA085. Grayscale: #6C6C6C. Windows color (decimal): -8233094 or 8019842. OLE color: 8019842.

HSL color Cylindrical-coordinate representation of color #825F7A: hue angle of 313.71º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #825F7A is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 95 122 -
CMYK 0 0.27 0.06 0.49
HSL 313.71º 0.16% 0.44% -
HSV(B) 313.71º 0.27% 0.51% -
XYZ 16.81 14.34 20.29 -
YUV 108.54 135.6 143.3 -
System Red Green Blue C M Y K H S L
Decimal 130 95 122 0 0.27 0.06 0.49 313.71 0.16 0.44
Hex 82 5F 7A 0 1B 6 31 13A 10 2C
Octal 202 137 172 0 33 6 61 472 20 54
Binary 10000010 1011111 1111010 0 11011 110 110001 100111010 10000 101100

Color Harmonies of #825F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825F7A

Black with #825F7A

Text Example


Text Example

White with #825F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825F7A; }

 p { color: rgb(130,95,122); }

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

background-color css

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

 a { background-color: rgb(130,95,122); }

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

border-color css

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

 span { border-color: rgb(130,95,122); }

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