Html Css Color HEX #817183 Old Lavender

📋 copy color: '#817183'

red 129 ◦ green 113 ◦ blue 131

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

Shades of Old Lavender #817183

Tints of Old Lavender #817183

RGB

 RED value IS 129 (50.78% from 255) = 34.58%

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

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

R = 34.58%
G = 30.29%
B = 35.12%

CMYK

 C value IS 0.02

 M value IS 0.14

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#817183 (or 0x817183) is known color: Old Lavender. HEX triplet: 81, 71 and 83. RGB value is (129,113,131). Sum of RGB (Red+Green+Blue) = 129+113+131=373 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.58% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 131 - color contains mainly: blue. Hex color #817183 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817183 is #7E8E7C. Grayscale: #777777. Windows color (decimal): -8294013 or 8614273. OLE color: 8614273.

HSL color Cylindrical-coordinate representation of color #817183: hue angle of 293.33º 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 #817183 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 113 131 -
CMYK 0.02 0.14 0 0.49
HSL 293.33º 0.07% 0.48% -
HSV(B) 293.33º 0.14% 0.51% -
XYZ 19.06 18.12 23.97 -
YUV 119.84 134.3 134.54 -
System Red Green Blue C M Y K H S L
Decimal 129 113 131 0.02 0.14 0 0.49 293.33 0.07 0.48
Hex 81 71 83 2 E 0 31 125 7 30
Octal 201 161 203 2 16 0 61 445 7 60
Binary 10000001 1110001 10000011 10 1110 0 110001 100100101 111 110000

Color Harmonies of #817183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817183

Black with #817183

Text Example


Text Example

White with #817183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817183; }

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

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

background-color css

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

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

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

border-color css

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

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

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