Html Css Color HEX #836C81 Old Lavender

📋 copy color: '#836C81'

red 131 ◦ green 108 ◦ blue 129

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

Shades of Old Lavender #836C81

Tints of Old Lavender #836C81

RGB

 RED value IS 131 (51.56% from 255) = 35.6%

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

 BLUE value IS 129 (50.78% from 255) = 35.05%

R = 35.6%
G = 29.35%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#836C81 (or 0x836C81) is known color: Old Lavender. HEX triplet: 83, 6C and 81. RGB value is (131,108,129). Sum of RGB (Red+Green+Blue) = 131+108+129=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 129 (50.78% from 255 or 35.05% from 368); Max value from RGB is 131 - color contains mainly: red. Hex color #836C81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836C81 is #7C937E. Grayscale: #757575. Windows color (decimal): -8164223 or 8481923. OLE color: 8481923.

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

Color convert

RGB 131 108 129 -
CMYK 0 0.18 0.02 0.49
HSL 305.22º 0.1% 0.47% -
HSV(B) 305.22º 0.18% 0.51% -
XYZ 18.69 17.14 23.09 -
YUV 117.27 134.62 137.79 -
System Red Green Blue C M Y K H S L
Decimal 131 108 129 0 0.18 0.02 0.49 305.22 0.1 0.47
Hex 83 6C 81 0 12 2 31 131 A 2F
Octal 203 154 201 0 22 2 61 461 12 57
Binary 10000011 1101100 10000001 0 10010 10 110001 100110001 1010 101111

Color Harmonies of #836C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836C81

Black with #836C81

Text Example


Text Example

White with #836C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836C81; }

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

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

background-color css

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

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

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

border-color css

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

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

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