Html Css Color HEX #995DBB Deep Lilac

📋 copy color: '#995DBB'

red 153 ◦ green 93 ◦ blue 187

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

Shades of Deep Lilac #995DBB

Tints of Deep Lilac #995DBB

RGB

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

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

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

R = 35.33%
G = 21.48%
B = 43.19%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#995DBB (or 0x995DBB) is known color: Deep Lilac. HEX triplet: 99, 5D and BB. RGB value is (153,93,187). Sum of RGB (Red+Green+Blue) = 153+93+187=433 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.33% from 433); Green value is 93 (36.72% from 255 or 21.48% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 187 - color contains mainly: blue. Hex color #995DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995DBB is #66A244. Grayscale: #797979. Windows color (decimal): -6726213 or 12279193. OLE color: 12279193.

HSL color Cylindrical-coordinate representation of color #995DBB: hue angle of 278.3º degrees, saturation: 0.41, 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 #995DBB is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 93 187 -
CMYK 0.18 0.50 0 0.27
HSL 278.3º 0.41% 0.55% -
HSV(B) 278.3º 0.5% 0.73% -
XYZ 26.02 18.19 49.15 -
YUV 121.66 164.88 150.36 -
System Red Green Blue C M Y K H S L
Decimal 153 93 187 0.18 0.50 0 0.27 278.3 0.41 0.55
Hex 99 5D BB 12 32 0 1B 116 29 37
Octal 231 135 273 22 62 0 33 426 51 67
Binary 10011001 1011101 10111011 10010 110010 0 11011 100010110 101001 110111

Color Harmonies of #995DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995DBB

Black with #995DBB

Text Example


Text Example

White with #995DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,93,187); }

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

background-color css

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

 a { background-color: rgb(153,93,187); }

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

border-color css

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

 span { border-color: rgb(153,93,187); }

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