Html Css Color HEX #82667D Old Lavender

📋 copy color: '#82667D'

red 130 ◦ green 102 ◦ blue 125

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

Shades of Old Lavender #82667D

Tints of Old Lavender #82667D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.57%

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

R = 36.41%
G = 28.57%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#82667D (or 0x82667D) is known color: Old Lavender. HEX triplet: 82, 66 and 7D. RGB value is (130,102,125). Sum of RGB (Red+Green+Blue) = 130+102+125=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 130 - color contains mainly: red. Hex color #82667D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82667D is #7D9982. Grayscale: #707070. Windows color (decimal): -8231299 or 8218242. OLE color: 8218242.

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

Color convert

RGB 130 102 125 -
CMYK 0 0.22 0.04 0.49
HSL 310.71º 0.12% 0.45% -
HSV(B) 310.71º 0.22% 0.51% -
XYZ 17.66 15.73 21.51 -
YUV 112.99 134.78 140.13 -
System Red Green Blue C M Y K H S L
Decimal 130 102 125 0 0.22 0.04 0.49 310.71 0.12 0.45
Hex 82 66 7D 0 16 4 31 137 C 2D
Octal 202 146 175 0 26 4 61 467 14 55
Binary 10000010 1100110 1111101 0 10110 100 110001 100110111 1100 101101

Color Harmonies of #82667D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82667D

Black with #82667D

Text Example


Text Example

White with #82667D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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