Html Css Color HEX #82607A Old Lavender

📋 copy color: '#82607A'

red 130 ◦ green 96 ◦ blue 122

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

Shades of Old Lavender #82607A

Tints of Old Lavender #82607A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.59%

 BLUE value IS 122 (48.05% from 255) = 35.06%

R = 37.36%
G = 27.59%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#82607A (or 0x82607A) is known color: Old Lavender. HEX triplet: 82, 60 and 7A. RGB value is (130,96,122). Sum of RGB (Red+Green+Blue) = 130+96+122=348 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.36% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 130 - color contains mainly: red. Hex color #82607A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82607A is #7D9F85. Grayscale: #6D6D6D. Windows color (decimal): -8232838 or 8020098. OLE color: 8020098.

HSL color Cylindrical-coordinate representation of color #82607A: hue angle of 314.12º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #82607A is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 96 122 -
CMYK 0 0.26 0.06 0.49
HSL 314.12º 0.15% 0.44% -
HSV(B) 314.12º 0.26% 0.51% -
XYZ 16.9 14.52 20.32 -
YUV 109.13 135.26 142.89 -
System Red Green Blue C M Y K H S L
Decimal 130 96 122 0 0.26 0.06 0.49 314.12 0.15 0.44
Hex 82 60 7A 0 1A 6 31 13A F 2C
Octal 202 140 172 0 32 6 61 472 17 54
Binary 10000010 1100000 1111010 0 11010 110 110001 100111010 1111 101100

Color Harmonies of #82607A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82607A

Black with #82607A

Text Example


Text Example

White with #82607A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82607A; }

 p { color: rgb(130,96,122); }

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

background-color css

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

 a { background-color: rgb(130,96,122); }

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

border-color css

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

 span { border-color: rgb(130,96,122); }

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