Html Css Color HEX #82667C Old Lavender

📋 copy color: '#82667C'

red 130 ◦ green 102 ◦ blue 124

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

Shades of Old Lavender #82667C

Tints of Old Lavender #82667C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.83%

R = 36.52%
G = 28.65%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#82667C (or 0x82667C) is known color: Old Lavender. HEX triplet: 82, 66 and 7C. RGB value is (130,102,124). Sum of RGB (Red+Green+Blue) = 130+102+124=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 130 - color contains mainly: red. Hex color #82667C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82667C is #7D9983. Grayscale: #707070. Windows color (decimal): -8231300 or 8152706. OLE color: 8152706.

HSL color Cylindrical-coordinate representation of color #82667C: hue angle of 312.86º 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 #82667C is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 102 124 -
CMYK 0 0.22 0.05 0.49
HSL 312.86º 0.12% 0.45% -
HSV(B) 312.86º 0.22% 0.51% -
XYZ 17.6 15.7 21.17 -
YUV 112.88 134.28 140.21 -
System Red Green Blue C M Y K H S L
Decimal 130 102 124 0 0.22 0.05 0.49 312.86 0.12 0.45
Hex 82 66 7C 0 16 5 31 139 C 2D
Octal 202 146 174 0 26 5 61 471 14 55
Binary 10000010 1100110 1111100 0 10110 101 110001 100111001 1100 101101

Color Harmonies of #82667C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82667C

Black with #82667C

Text Example


Text Example

White with #82667C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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