Html Css Color HEX #825874 Old Lavender

📋 copy color: '#825874'

red 130 ◦ green 88 ◦ blue 116

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

Shades of Old Lavender #825874

Tints of Old Lavender #825874

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.35%

 BLUE value IS 116 (45.7% from 255) = 34.73%

R = 38.92%
G = 26.35%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#825874 (or 0x825874) is known color: Old Lavender. HEX triplet: 82, 58 and 74. RGB value is (130,88,116). Sum of RGB (Red+Green+Blue) = 130+88+116=334 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.92% from 334); Green value is 88 (34.77% from 255 or 26.35% from 334); Blue value is 116 (45.70% from 255 or 34.73% from 334); Max value from RGB is 130 - color contains mainly: red. Hex color #825874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825874 is #7DA78B. Grayscale: #676767. Windows color (decimal): -8234892 or 7624834. OLE color: 7624834.

HSL color Cylindrical-coordinate representation of color #825874: hue angle of 320º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #825874 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 88 116 -
CMYK 0 0.32 0.11 0.49
HSL 320º 0.19% 0.43% -
HSV(B) 320º 0.32% 0.51% -
XYZ 15.85 12.99 18.19 -
YUV 103.75 134.91 146.72 -
System Red Green Blue C M Y K H S L
Decimal 130 88 116 0 0.32 0.11 0.49 320 0.19 0.43
Hex 82 58 74 0 20 B 31 140 13 2B
Octal 202 130 164 0 40 13 61 500 23 53
Binary 10000010 1011000 1110100 0 100000 1011 110001 101000000 10011 101011

Color Harmonies of #825874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825874

Black with #825874

Text Example


Text Example

White with #825874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825874; }

 p { color: rgb(130,88,116); }

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

background-color css

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

 a { background-color: rgb(130,88,116); }

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

border-color css

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

 span { border-color: rgb(130,88,116); }

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