Html Css Color HEX #995DAE Deep Lilac

📋 copy color: '#995DAE'

red 153 ◦ green 93 ◦ blue 174

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

Shades of Deep Lilac #995DAE

Tints of Deep Lilac #995DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.43%

R = 36.43%
G = 22.14%
B = 41.43%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#995DAE (or 0x995DAE) is known color: Deep Lilac. HEX triplet: 99, 5D and AE. RGB value is (153,93,174). Sum of RGB (Red+Green+Blue) = 153+93+174=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 93 (36.72% from 255 or 22.14% from 420); Blue value is 174 (68.36% from 255 or 41.43% from 420); Max value from RGB is 174 - color contains mainly: blue. Hex color #995DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995DAE is #66A251. Grayscale: #777777. Windows color (decimal): -6726226 or 11427225. OLE color: 11427225.

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

Color convert

RGB 153 93 174 -
CMYK 0.12 0.47 0 0.32
HSL 284.44º 0.33% 0.52% -
HSV(B) 284.44º 0.47% 0.68% -
XYZ 24.69 17.66 42.15 -
YUV 120.17 158.38 151.41 -
System Red Green Blue C M Y K H S L
Decimal 153 93 174 0.12 0.47 0 0.32 284.44 0.33 0.52
Hex 99 5D AE C 2F 0 20 11C 21 34
Octal 231 135 256 14 57 0 40 434 41 64
Binary 10011001 1011101 10101110 1100 101111 0 100000 100011100 100001 110100

Color Harmonies of #995DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995DAE

Black with #995DAE

Text Example


Text Example

White with #995DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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