Html Css Color HEX #827281 Old Lavender

📋 copy color: '#827281'

red 130 ◦ green 114 ◦ blue 129

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

Shades of Old Lavender #827281

Tints of Old Lavender #827281

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.56%

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

R = 34.85%
G = 30.56%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#827281 (or 0x827281) is known color: Old Lavender. HEX triplet: 82, 72 and 81. RGB value is (130,114,129). Sum of RGB (Red+Green+Blue) = 130+114+129=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 129 (50.78% from 255 or 34.58% from 373); Max value from RGB is 130 - color contains mainly: red. Hex color #827281 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827281 is #7D8D7E. Grayscale: #787878. Windows color (decimal): -8228223 or 8483458. OLE color: 8483458.

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

Color convert

RGB 130 114 129 -
CMYK 0 0.12 0.01 0.49
HSL 303.75º 0.07% 0.48% -
HSV(B) 303.75º 0.12% 0.51% -
XYZ 19.19 18.37 23.3 -
YUV 120.49 132.8 134.78 -
System Red Green Blue C M Y K H S L
Decimal 130 114 129 0 0.12 0.01 0.49 303.75 0.07 0.48
Hex 82 72 81 0 C 1 31 130 7 30
Octal 202 162 201 0 14 1 61 460 7 60
Binary 10000010 1110010 10000001 0 1100 1 110001 100110000 111 110000

Color Harmonies of #827281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827281

Black with #827281

Text Example


Text Example

White with #827281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827281; }

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

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

background-color css

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

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

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

border-color css

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

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

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