Html Css Color HEX #827183 Old Lavender

📋 copy color: '#827183'

red 130 ◦ green 113 ◦ blue 131

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

Shades of Old Lavender #827183

Tints of Old Lavender #827183

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.21%

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

R = 34.76%
G = 30.21%
B = 35.03%

CMYK

 C value IS 0.01

 M value IS 0.14

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#827183 (or 0x827183) is known color: Old Lavender. HEX triplet: 82, 71 and 83. RGB value is (130,113,131). Sum of RGB (Red+Green+Blue) = 130+113+131=374 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.76% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 131 (51.56% from 255 or 35.03% from 374); Max value from RGB is 131 - color contains mainly: blue. Hex color #827183 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827183 is #7D8E7C. Grayscale: #787878. Windows color (decimal): -8228477 or 8614274. OLE color: 8614274.

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

Color convert

RGB 130 113 131 -
CMYK 0.01 0.14 0 0.49
HSL 296.67º 0.07% 0.48% -
HSV(B) 296.67º 0.14% 0.51% -
XYZ 19.21 18.19 23.97 -
YUV 120.14 134.13 135.04 -
System Red Green Blue C M Y K H S L
Decimal 130 113 131 0.01 0.14 0 0.49 296.67 0.07 0.48
Hex 82 71 83 1 E 0 31 129 7 30
Octal 202 161 203 1 16 0 61 451 7 60
Binary 10000010 1110001 10000011 1 1110 0 110001 100101001 111 110000

Color Harmonies of #827183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827183

Black with #827183

Text Example


Text Example

White with #827183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827183; }

 p { color: rgb(130,113,131); }

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

background-color css

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

 a { background-color: rgb(130,113,131); }

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

border-color css

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

 span { border-color: rgb(130,113,131); }

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