Html Css Color HEX #846C82 Old Lavender

📋 copy color: '#846C82'

red 132 ◦ green 108 ◦ blue 130

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

Shades of Old Lavender #846C82

Tints of Old Lavender #846C82

RGB

 RED value IS 132 (51.95% from 255) = 35.68%

 GREEN value IS 108 (42.58% from 255) = 29.19%

 BLUE value IS 130 (51.17% from 255) = 35.14%

R = 35.68%
G = 29.19%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#846C82 (or 0x846C82) is known color: Old Lavender. HEX triplet: 84, 6C and 82. RGB value is (132,108,130). Sum of RGB (Red+Green+Blue) = 132+108+130=370 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.68% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 130 (51.17% from 255 or 35.14% from 370); Max value from RGB is 132 - color contains mainly: red. Hex color #846C82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846C82 is #7B937D. Grayscale: #757575. Windows color (decimal): -8098686 or 8547460. OLE color: 8547460.

HSL color Cylindrical-coordinate representation of color #846C82: hue angle of 305º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #846C82 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 108 130 -
CMYK 0 0.18 0.02 0.48
HSL 305º 0.1% 0.47% -
HSV(B) 305º 0.18% 0.52% -
XYZ 18.91 17.24 23.45 -
YUV 117.68 134.95 138.21 -
System Red Green Blue C M Y K H S L
Decimal 132 108 130 0 0.18 0.02 0.48 305 0.1 0.47
Hex 84 6C 82 0 12 2 30 131 A 2F
Octal 204 154 202 0 22 2 60 461 12 57
Binary 10000100 1101100 10000010 0 10010 10 110000 100110001 1010 101111

Color Harmonies of #846C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846C82

Black with #846C82

Text Example


Text Example

White with #846C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846C82; }

 p { color: rgb(132,108,130); }

 H1.HeaderClassName
 {
   color: #846C82;
 }
 .AnyTagClassName
 {
   color: #846C82;
 }
</style>

background-color css

<style>
 a { background-color: #846C82; }

 a { background-color: rgb(132,108,130); }

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

border-color css

<style>
 span { border-color: #846C82; }

 span { border-color: rgb(132,108,130); }

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