Html Css Color HEX #83607B Old Lavender

📋 copy color: '#83607B'

red 131 ◦ green 96 ◦ blue 123

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

Shades of Old Lavender #83607B

Tints of Old Lavender #83607B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.43%

 BLUE value IS 123 (48.44% from 255) = 35.14%

R = 37.43%
G = 27.43%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#83607B (or 0x83607B) is known color: Old Lavender. HEX triplet: 83, 60 and 7B. RGB value is (131,96,123). Sum of RGB (Red+Green+Blue) = 131+96+123=350 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.43% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 131 - color contains mainly: red. Hex color #83607B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83607B is #7C9F84. Grayscale: #6D6D6D. Windows color (decimal): -8167301 or 8085635. OLE color: 8085635.

HSL color Cylindrical-coordinate representation of color #83607B: hue angle of 313.71º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #83607B is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 96 123 -
CMYK 0 0.27 0.06 0.49
HSL 313.71º 0.15% 0.45% -
HSV(B) 313.71º 0.27% 0.51% -
XYZ 17.12 14.62 20.66 -
YUV 109.54 135.6 143.3 -
System Red Green Blue C M Y K H S L
Decimal 131 96 123 0 0.27 0.06 0.49 313.71 0.15 0.45
Hex 83 60 7B 0 1B 6 31 13A F 2D
Octal 203 140 173 0 33 6 61 472 17 55
Binary 10000011 1100000 1111011 0 11011 110 110001 100111010 1111 101101

Color Harmonies of #83607B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83607B

Black with #83607B

Text Example


Text Example

White with #83607B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83607B; }

 p { color: rgb(131,96,123); }

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

background-color css

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

 a { background-color: rgb(131,96,123); }

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

border-color css

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

 span { border-color: rgb(131,96,123); }

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