Html Css Color HEX #847585 Old Lavender

📋 copy color: '#847585'

red 132 ◦ green 117 ◦ blue 133

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

Shades of Old Lavender #847585

Tints of Old Lavender #847585

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.63%

 BLUE value IS 133 (52.34% from 255) = 34.82%

R = 34.55%
G = 30.63%
B = 34.82%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#847585 (or 0x847585) is known color: Old Lavender. HEX triplet: 84, 75 and 85. RGB value is (132,117,133). Sum of RGB (Red+Green+Blue) = 132+117+133=382 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.55% from 382); Green value is 117 (46.09% from 255 or 30.63% from 382); Blue value is 133 (52.34% from 255 or 34.82% from 382); Max value from RGB is 133 - color contains mainly: blue. Hex color #847585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847585 is #7B8A7A. Grayscale: #7B7B7B. Windows color (decimal): -8096379 or 8746372. OLE color: 8746372.

HSL color Cylindrical-coordinate representation of color #847585: hue angle of 296.25º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #847585 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 117 133 -
CMYK 0.01 0.12 0 0.48
HSL 296.25º 0.06% 0.49% -
HSV(B) 296.25º 0.12% 0.52% -
XYZ 20.11 19.32 24.86 -
YUV 123.31 133.47 134.2 -
System Red Green Blue C M Y K H S L
Decimal 132 117 133 0.01 0.12 0 0.48 296.25 0.06 0.49
Hex 84 75 85 1 C 0 30 128 6 31
Octal 204 165 205 1 14 0 60 450 6 61
Binary 10000100 1110101 10000101 1 1100 0 110000 100101000 110 110001

Color Harmonies of #847585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847585

Black with #847585

Text Example


Text Example

White with #847585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847585; }

 p { color: rgb(132,117,133); }

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

background-color css

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

 a { background-color: rgb(132,117,133); }

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

border-color css

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

 span { border-color: rgb(132,117,133); }

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