Html Css Color HEX #995ABF Deep Lilac

📋 copy color: '#995ABF'

red 153 ◦ green 90 ◦ blue 191

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

Shades of Deep Lilac #995ABF

Tints of Deep Lilac #995ABF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.74%

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

R = 35.25%
G = 20.74%
B = 44.01%

CMYK

 C value IS 0.20

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#995ABF (or 0x995ABF) is known color: Deep Lilac. HEX triplet: 99, 5A and BF. RGB value is (153,90,191). Sum of RGB (Red+Green+Blue) = 153+90+191=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 90 (35.55% from 255 or 20.74% from 434); Blue value is 191 (75% from 255 or 44.01% from 434); Max value from RGB is 191 - color contains mainly: blue. Hex color #995ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995ABF is #66A540. Grayscale: #787878. Windows color (decimal): -6726977 or 12540569. OLE color: 12540569.

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

Color convert

RGB 153 90 191 -
CMYK 0.20 0.53 0 0.25
HSL 277.43º 0.44% 0.55% -
HSV(B) 277.43º 0.53% 0.75% -
XYZ 26.2 17.85 51.35 -
YUV 120.35 167.87 151.29 -
System Red Green Blue C M Y K H S L
Decimal 153 90 191 0.20 0.53 0 0.25 277.43 0.44 0.55
Hex 99 5A BF 14 35 0 19 115 2C 37
Octal 231 132 277 24 65 0 31 425 54 67
Binary 10011001 1011010 10111111 10100 110101 0 11001 100010101 101100 110111

Color Harmonies of #995ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995ABF

Black with #995ABF

Text Example


Text Example

White with #995ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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