Html Css Color HEX #995DBF Deep Lilac

📋 copy color: '#995DBF'

red 153 ◦ green 93 ◦ blue 191

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

Shades of Deep Lilac #995DBF

Tints of Deep Lilac #995DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.71%

R = 35.01%
G = 21.28%
B = 43.71%

CMYK

 C value IS 0.20

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#995DBF (or 0x995DBF) is known color: Deep Lilac. HEX triplet: 99, 5D and BF. RGB value is (153,93,191). Sum of RGB (Red+Green+Blue) = 153+93+191=437 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.01% from 437); Green value is 93 (36.72% from 255 or 21.28% from 437); Blue value is 191 (75% from 255 or 43.71% from 437); Max value from RGB is 191 - color contains mainly: blue. Hex color #995DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995DBF is #66A240. Grayscale: #797979. Windows color (decimal): -6726209 or 12541337. OLE color: 12541337.

HSL color Cylindrical-coordinate representation of color #995DBF: hue angle of 276.73º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #995DBF is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 93 191 -
CMYK 0.20 0.51 0 0.25
HSL 276.73º 0.43% 0.56% -
HSV(B) 276.73º 0.51% 0.75% -
XYZ 26.46 18.36 51.44 -
YUV 122.11 166.88 150.03 -
System Red Green Blue C M Y K H S L
Decimal 153 93 191 0.20 0.51 0 0.25 276.73 0.43 0.56
Hex 99 5D BF 14 33 0 19 115 2B 38
Octal 231 135 277 24 63 0 31 425 53 70
Binary 10011001 1011101 10111111 10100 110011 0 11001 100010101 101011 111000

Color Harmonies of #995DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995DBF

Black with #995DBF

Text Example


Text Example

White with #995DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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