Html Css Color HEX #995DAF Deep Lilac

📋 copy color: '#995DAF'

red 153 ◦ green 93 ◦ blue 175

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

Shades of Deep Lilac #995DAF

Tints of Deep Lilac #995DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.57%

R = 36.34%
G = 22.09%
B = 41.57%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#995DAF (or 0x995DAF) is known color: Deep Lilac. HEX triplet: 99, 5D and AF. RGB value is (153,93,175). Sum of RGB (Red+Green+Blue) = 153+93+175=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 93 (36.72% from 255 or 22.09% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 175 - color contains mainly: blue. Hex color #995DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995DAF is #66A250. Grayscale: #787878. Windows color (decimal): -6726225 or 11492761. OLE color: 11492761.

HSL color Cylindrical-coordinate representation of color #995DAF: hue angle of 283.9º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #995DAF is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 153 93 175 -
CMYK 0.13 0.47 0 0.31
HSL 283.9º 0.34% 0.53% -
HSV(B) 283.9º 0.47% 0.69% -
XYZ 24.79 17.7 42.67 -
YUV 120.29 158.88 151.33 -
System Red Green Blue C M Y K H S L
Decimal 153 93 175 0.13 0.47 0 0.31 283.9 0.34 0.53
Hex 99 5D AF D 2F 0 1F 11C 22 35
Octal 231 135 257 15 57 0 37 434 42 65
Binary 10011001 1011101 10101111 1101 101111 0 11111 100011100 100010 110101

Color Harmonies of #995DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995DAF

Black with #995DAF

Text Example


Text Example

White with #995DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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