Html Css Color HEX #827481 Old Lavender

📋 copy color: '#827481'

red 130 ◦ green 116 ◦ blue 129

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

Shades of Old Lavender #827481

Tints of Old Lavender #827481

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.93%

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

R = 34.67%
G = 30.93%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#827481 (or 0x827481) is known color: Old Lavender. HEX triplet: 82, 74 and 81. RGB value is (130,116,129). Sum of RGB (Red+Green+Blue) = 130+116+129=375 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.67% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 129 (50.78% from 255 or 34.4% from 375); Max value from RGB is 130 - color contains mainly: red. Hex color #827481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827481 is #7D8B7E. Grayscale: #797979. Windows color (decimal): -8227711 or 8483970. OLE color: 8483970.

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

Color convert

RGB 130 116 129 -
CMYK 0 0.11 0.01 0.49
HSL 304.29º 0.06% 0.48% -
HSV(B) 304.29º 0.11% 0.51% -
XYZ 19.41 18.82 23.38 -
YUV 121.67 132.14 133.94 -
System Red Green Blue C M Y K H S L
Decimal 130 116 129 0 0.11 0.01 0.49 304.29 0.06 0.48
Hex 82 74 81 0 B 1 31 130 6 30
Octal 202 164 201 0 13 1 61 460 6 60
Binary 10000010 1110100 10000001 0 1011 1 110001 100110000 110 110000

Color Harmonies of #827481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827481

Black with #827481

Text Example


Text Example

White with #827481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827481; }

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

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

background-color css

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

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

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

border-color css

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

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

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