Html Css Color HEX #995BBD Deep Lilac

📋 copy color: '#995BBD'

red 153 ◦ green 91 ◦ blue 189

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

Shades of Deep Lilac #995BBD

Tints of Deep Lilac #995BBD

RGB

 RED value IS 153 (60.16% from 255) = 35.33%

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

 BLUE value IS 189 (74.22% from 255) = 43.65%

R = 35.33%
G = 21.02%
B = 43.65%

CMYK

 C value IS 0.19

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#995BBD (or 0x995BBD) is known color: Deep Lilac. HEX triplet: 99, 5B and BD. RGB value is (153,91,189). Sum of RGB (Red+Green+Blue) = 153+91+189=433 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.33% from 433); Green value is 91 (35.94% from 255 or 21.02% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 189 - color contains mainly: blue. Hex color #995BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995BBD is #66A442. Grayscale: #787878. Windows color (decimal): -6726723 or 12409753. OLE color: 12409753.

HSL color Cylindrical-coordinate representation of color #995BBD: hue angle of 277.96º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #995BBD is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 153 91 189 -
CMYK 0.19 0.52 0 0.26
HSL 277.96º 0.43% 0.55% -
HSV(B) 277.96º 0.52% 0.74% -
XYZ 26.06 17.93 50.23 -
YUV 120.71 166.54 151.03 -
System Red Green Blue C M Y K H S L
Decimal 153 91 189 0.19 0.52 0 0.26 277.96 0.43 0.55
Hex 99 5B BD 13 34 0 1A 116 2B 37
Octal 231 133 275 23 64 0 32 426 53 67
Binary 10011001 1011011 10111101 10011 110100 0 11010 100010110 101011 110111

Color Harmonies of #995BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995BBD

Black with #995BBD

Text Example


Text Example

White with #995BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995BBD; }

 p { color: rgb(153,91,189); }

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

background-color css

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

 a { background-color: rgb(153,91,189); }

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

border-color css

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

 span { border-color: rgb(153,91,189); }

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