Html Css Color HEX #847283 Old Lavender

📋 copy color: '#847283'

red 132 ◦ green 114 ◦ blue 131

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

Shades of Old Lavender #847283

Tints of Old Lavender #847283

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.24%

 BLUE value IS 131 (51.56% from 255) = 34.75%

R = 35.01%
G = 30.24%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#847283 (or 0x847283) is known color: Old Lavender. HEX triplet: 84, 72 and 83. RGB value is (132,114,131). Sum of RGB (Red+Green+Blue) = 132+114+131=377 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.01% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 131 (51.56% from 255 or 34.75% from 377); Max value from RGB is 132 - color contains mainly: red. Hex color #847283 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847283 is #7B8D7C. Grayscale: #797979. Windows color (decimal): -8097149 or 8614532. OLE color: 8614532.

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

Color convert

RGB 132 114 131 -
CMYK 0 0.14 0.01 0.48
HSL 303.33º 0.07% 0.48% -
HSV(B) 303.33º 0.14% 0.52% -
XYZ 19.63 18.58 24.02 -
YUV 121.32 133.46 135.62 -
System Red Green Blue C M Y K H S L
Decimal 132 114 131 0 0.14 0.01 0.48 303.33 0.07 0.48
Hex 84 72 83 0 E 1 30 12F 7 30
Octal 204 162 203 0 16 1 60 457 7 60
Binary 10000100 1110010 10000011 0 1110 1 110000 100101111 111 110000

Color Harmonies of #847283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847283

Black with #847283

Text Example


Text Example

White with #847283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847283; }

 p { color: rgb(132,114,131); }

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

background-color css

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

 a { background-color: rgb(132,114,131); }

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

border-color css

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

 span { border-color: rgb(132,114,131); }

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