Html Css Color HEX #895DB9 Deep Lilac

📋 copy color: '#895DB9'

red 137 ◦ green 93 ◦ blue 185

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

Shades of Deep Lilac #895DB9

Tints of Deep Lilac #895DB9

RGB

 RED value IS 137 (53.91% from 255) = 33.01%

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

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

R = 33.01%
G = 22.41%
B = 44.58%

CMYK

 C value IS 0.26

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#895DB9 (or 0x895DB9) is known color: Deep Lilac. HEX triplet: 89, 5D and B9. RGB value is (137,93,185). Sum of RGB (Red+Green+Blue) = 137+93+185=415 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.01% from 415); Green value is 93 (36.72% from 255 or 22.41% from 415); Blue value is 185 (72.66% from 255 or 44.58% from 415); Max value from RGB is 185 - color contains mainly: blue. Hex color #895DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895DB9 is #76A246. Grayscale: #747474. Windows color (decimal): -7774791 or 12148105. OLE color: 12148105.

HSL color Cylindrical-coordinate representation of color #895DB9: hue angle of 268.7º 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 #895DB9 is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 137 93 185 -
CMYK 0.26 0.50 0 0.27
HSL 268.7º 0.4% 0.55% -
HSV(B) 268.7º 0.5% 0.73% -
XYZ 22.99 16.65 47.9 -
YUV 116.64 166.58 142.52 -
System Red Green Blue C M Y K H S L
Decimal 137 93 185 0.26 0.50 0 0.27 268.7 0.4 0.55
Hex 89 5D B9 1A 32 0 1B 10D 28 37
Octal 211 135 271 32 62 0 33 415 50 67
Binary 10001001 1011101 10111001 11010 110010 0 11011 100001101 101000 110111

Color Harmonies of #895DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895DB9

Black with #895DB9

Text Example


Text Example

White with #895DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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