Html Css Color HEX #825DB9 Lilac Bush

📋 copy color: '#825DB9'

red 130 ◦ green 93 ◦ blue 185

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

Shades of Lilac Bush #825DB9

Tints of Lilac Bush #825DB9

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.79%

 BLUE value IS 185 (72.66% from 255) = 45.34%

R = 31.86%
G = 22.79%
B = 45.34%

CMYK

 C value IS 0.30

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#825DB9 (or 0x825DB9) is known color: Lilac Bush. HEX triplet: 82, 5D and B9. RGB value is (130,93,185). Sum of RGB (Red+Green+Blue) = 130+93+185=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 93 (36.72% from 255 or 22.79% from 408); Blue value is 185 (72.66% from 255 or 45.34% from 408); Max value from RGB is 185 - color contains mainly: blue. Hex color #825DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825DB9 is #7DA246. Grayscale: #727272. Windows color (decimal): -8233543 or 12148098. OLE color: 12148098.

HSL color Cylindrical-coordinate representation of color #825DB9: hue angle of 264.13º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #825DB9 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 130 93 185 -
CMYK 0.30 0.50 0 0.27
HSL 264.13º 0.4% 0.55% -
HSV(B) 264.13º 0.5% 0.73% -
XYZ 21.88 16.08 47.85 -
YUV 114.55 167.76 139.02 -
System Red Green Blue C M Y K H S L
Decimal 130 93 185 0.30 0.50 0 0.27 264.13 0.4 0.55
Hex 82 5D B9 1E 32 0 1B 108 28 37
Octal 202 135 271 36 62 0 33 410 50 67
Binary 10000010 1011101 10111001 11110 110010 0 11011 100001000 101000 110111

Color Harmonies of #825DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825DB9

Black with #825DB9

Text Example


Text Example

White with #825DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825DB9; }

 p { color: rgb(130,93,185); }

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

background-color css

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

 a { background-color: rgb(130,93,185); }

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

border-color css

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

 span { border-color: rgb(130,93,185); }

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