Html Css Color HEX #895BBB Deep Lilac

📋 copy color: '#895BBB'

red 137 ◦ green 91 ◦ blue 187

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

Shades of Deep Lilac #895BBB

Tints of Deep Lilac #895BBB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.93%

 BLUE value IS 187 (73.44% from 255) = 45.06%

R = 33.01%
G = 21.93%
B = 45.06%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#895BBB (or 0x895BBB) is known color: Deep Lilac. HEX triplet: 89, 5B and BB. RGB value is (137,91,187). Sum of RGB (Red+Green+Blue) = 137+91+187=415 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.01% from 415); Green value is 91 (35.94% from 255 or 21.93% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 187 - color contains mainly: blue. Hex color #895BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895BBB is #76A444. Grayscale: #737373. Windows color (decimal): -7775301 or 12278665. OLE color: 12278665.

HSL color Cylindrical-coordinate representation of color #895BBB: hue angle of 268.75º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #895BBB is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 137 91 187 -
CMYK 0.27 0.51 0 0.27
HSL 268.75º 0.41% 0.55% -
HSV(B) 268.75º 0.51% 0.73% -
XYZ 23.03 16.39 48.96 -
YUV 115.7 168.24 143.19 -
System Red Green Blue C M Y K H S L
Decimal 137 91 187 0.27 0.51 0 0.27 268.75 0.41 0.55
Hex 89 5B BB 1B 33 0 1B 10D 29 37
Octal 211 133 273 33 63 0 33 415 51 67
Binary 10001001 1011011 10111011 11011 110011 0 11011 100001101 101001 110111

Color Harmonies of #895BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895BBB

Black with #895BBB

Text Example


Text Example

White with #895BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,91,187); }

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

background-color css

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

 a { background-color: rgb(137,91,187); }

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

border-color css

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

 span { border-color: rgb(137,91,187); }

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