Html Css Color HEX #82627D Old Lavender

📋 copy color: '#82627D'

red 130 ◦ green 98 ◦ blue 125

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

Shades of Old Lavender #82627D

Tints of Old Lavender #82627D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.76%

 BLUE value IS 125 (49.22% from 255) = 35.41%

R = 36.83%
G = 27.76%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#82627D (or 0x82627D) is known color: Old Lavender. HEX triplet: 82, 62 and 7D. RGB value is (130,98,125). Sum of RGB (Red+Green+Blue) = 130+98+125=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 130 - color contains mainly: red. Hex color #82627D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82627D is #7D9D82. Grayscale: #6E6E6E. Windows color (decimal): -8232323 or 8217218. OLE color: 8217218.

HSL color Cylindrical-coordinate representation of color #82627D: hue angle of 309.38º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #82627D is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 98 125 -
CMYK 0 0.25 0.04 0.49
HSL 309.38º 0.14% 0.45% -
HSV(B) 309.38º 0.25% 0.51% -
XYZ 17.28 14.96 21.38 -
YUV 110.65 136.1 141.8 -
System Red Green Blue C M Y K H S L
Decimal 130 98 125 0 0.25 0.04 0.49 309.38 0.14 0.45
Hex 82 62 7D 0 19 4 31 135 E 2D
Octal 202 142 175 0 31 4 61 465 16 55
Binary 10000010 1100010 1111101 0 11001 100 110001 100110101 1110 101101

Color Harmonies of #82627D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82627D

Black with #82627D

Text Example


Text Example

White with #82627D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82627D; }

 p { color: rgb(130,98,125); }

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

background-color css

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

 a { background-color: rgb(130,98,125); }

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

border-color css

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

 span { border-color: rgb(130,98,125); }

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