Html Css Color HEX #827081 Old Lavender

📋 copy color: '#827081'

red 130 ◦ green 112 ◦ blue 129

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

Shades of Old Lavender #827081

Tints of Old Lavender #827081

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.19%

 BLUE value IS 129 (50.78% from 255) = 34.77%

R = 35.04%
G = 30.19%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#827081 (or 0x827081) is known color: Old Lavender. HEX triplet: 82, 70 and 81. RGB value is (130,112,129). Sum of RGB (Red+Green+Blue) = 130+112+129=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 130 - color contains mainly: red. Hex color #827081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827081 is #7D8F7E. Grayscale: #777777. Windows color (decimal): -8228735 or 8482946. OLE color: 8482946.

HSL color Cylindrical-coordinate representation of color #827081: hue angle of 303.33º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #827081 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 112 129 -
CMYK 0 0.14 0.01 0.49
HSL 303.33º 0.07% 0.47% -
HSV(B) 303.33º 0.14% 0.51% -
XYZ 18.96 17.92 23.23 -
YUV 119.32 133.46 135.62 -
System Red Green Blue C M Y K H S L
Decimal 130 112 129 0 0.14 0.01 0.49 303.33 0.07 0.47
Hex 82 70 81 0 E 1 31 12F 7 2F
Octal 202 160 201 0 16 1 61 457 7 57
Binary 10000010 1110000 10000001 0 1110 1 110001 100101111 111 101111

Color Harmonies of #827081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827081

Black with #827081

Text Example


Text Example

White with #827081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827081; }

 p { color: rgb(130,112,129); }

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

background-color css

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

 a { background-color: rgb(130,112,129); }

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

border-color css

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

 span { border-color: rgb(130,112,129); }

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