Html Css Color HEX #995FAD Deep Lilac

📋 copy color: '#995FAD'

red 153 ◦ green 95 ◦ blue 173

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

Shades of Deep Lilac #995FAD

Tints of Deep Lilac #995FAD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.57%

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

R = 36.34%
G = 22.57%
B = 41.09%

CMYK

 C value IS 0.12

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#995FAD (or 0x995FAD) is known color: Deep Lilac. HEX triplet: 99, 5F and AD. RGB value is (153,95,173). Sum of RGB (Red+Green+Blue) = 153+95+173=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 95 (37.5% from 255 or 22.57% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 173 - color contains mainly: blue. Hex color #995FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995FAD is #66A052. Grayscale: #787878. Windows color (decimal): -6725715 or 11362201. OLE color: 11362201.

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

Color convert

RGB 153 95 173 -
CMYK 0.12 0.45 0 0.32
HSL 284.62º 0.32% 0.53% -
HSV(B) 284.62º 0.45% 0.68% -
XYZ 24.77 17.97 41.7 -
YUV 121.23 157.22 150.66 -
System Red Green Blue C M Y K H S L
Decimal 153 95 173 0.12 0.45 0 0.32 284.62 0.32 0.53
Hex 99 5F AD C 2D 0 20 11D 20 35
Octal 231 137 255 14 55 0 40 435 40 65
Binary 10011001 1011111 10101101 1100 101101 0 100000 100011101 100000 110101

Color Harmonies of #995FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995FAD

Black with #995FAD

Text Example


Text Example

White with #995FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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