Html Css Color HEX #82667F Old Lavender

📋 copy color: '#82667F'

red 130 ◦ green 102 ◦ blue 127

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

Shades of Old Lavender #82667F

Tints of Old Lavender #82667F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.38%

R = 36.21%
G = 28.41%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#82667F (or 0x82667F) is known color: Old Lavender. HEX triplet: 82, 66 and 7F. RGB value is (130,102,127). Sum of RGB (Red+Green+Blue) = 130+102+127=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 127 (50% from 255 or 35.38% from 359); Max value from RGB is 130 - color contains mainly: red. Hex color #82667F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82667F is #7D9980. Grayscale: #717171. Windows color (decimal): -8231297 or 8349314. OLE color: 8349314.

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

Color convert

RGB 130 102 127 -
CMYK 0 0.22 0.02 0.49
HSL 306.43º 0.12% 0.45% -
HSV(B) 306.43º 0.22% 0.51% -
XYZ 17.79 15.78 22.19 -
YUV 113.22 135.78 139.97 -
System Red Green Blue C M Y K H S L
Decimal 130 102 127 0 0.22 0.02 0.49 306.43 0.12 0.45
Hex 82 66 7F 0 16 2 31 132 C 2D
Octal 202 146 177 0 26 2 61 462 14 55
Binary 10000010 1100110 1111111 0 10110 10 110001 100110010 1100 101101

Color Harmonies of #82667F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82667F

Black with #82667F

Text Example


Text Example

White with #82667F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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