Html Css Color HEX #995DAD Deep Lilac

📋 copy color: '#995DAD'

red 153 ◦ green 93 ◦ blue 173

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

Shades of Deep Lilac #995DAD

Tints of Deep Lilac #995DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.29%

R = 36.52%
G = 22.2%
B = 41.29%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#995DAD (or 0x995DAD) is known color: Deep Lilac. HEX triplet: 99, 5D and AD. RGB value is (153,93,173). Sum of RGB (Red+Green+Blue) = 153+93+173=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 93 (36.72% from 255 or 22.20% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 173 - color contains mainly: blue. Hex color #995DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995DAD is #66A252. Grayscale: #777777. Windows color (decimal): -6726227 or 11361689. OLE color: 11361689.

HSL color Cylindrical-coordinate representation of color #995DAD: hue angle of 285º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #995DAD is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 153 93 173 -
CMYK 0.12 0.46 0 0.32
HSL 285º 0.33% 0.52% -
HSV(B) 285º 0.46% 0.68% -
XYZ 24.59 17.62 41.64 -
YUV 120.06 157.88 151.5 -
System Red Green Blue C M Y K H S L
Decimal 153 93 173 0.12 0.46 0 0.32 285 0.33 0.52
Hex 99 5D AD C 2E 0 20 11D 21 34
Octal 231 135 255 14 56 0 40 435 41 64
Binary 10011001 1011101 10101101 1100 101110 0 100000 100011101 100001 110100

Color Harmonies of #995DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995DAD

Black with #995DAD

Text Example


Text Example

White with #995DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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