Html Css Color HEX #995ABE Deep Lilac

📋 copy color: '#995ABE'

red 153 ◦ green 90 ◦ blue 190

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

Shades of Deep Lilac #995ABE

Tints of Deep Lilac #995ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.88%

R = 35.33%
G = 20.79%
B = 43.88%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#995ABE (or 0x995ABE) is known color: Deep Lilac. HEX triplet: 99, 5A and BE. RGB value is (153,90,190). Sum of RGB (Red+Green+Blue) = 153+90+190=433 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.33% from 433); Green value is 90 (35.55% from 255 or 20.79% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 190 - color contains mainly: blue. Hex color #995ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995ABE is #66A541. Grayscale: #777777. Windows color (decimal): -6726978 or 12475033. OLE color: 12475033.

HSL color Cylindrical-coordinate representation of color #995ABE: hue angle of 277.8º degrees, saturation: 0.43, 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 #995ABE is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 90 190 -
CMYK 0.19 0.53 0 0.25
HSL 277.8º 0.43% 0.55% -
HSV(B) 277.8º 0.53% 0.75% -
XYZ 26.09 17.8 50.78 -
YUV 120.24 167.37 151.37 -
System Red Green Blue C M Y K H S L
Decimal 153 90 190 0.19 0.53 0 0.25 277.8 0.43 0.55
Hex 99 5A BE 13 35 0 19 116 2B 37
Octal 231 132 276 23 65 0 31 426 53 67
Binary 10011001 1011010 10111110 10011 110101 0 11001 100010110 101011 110111

Color Harmonies of #995ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995ABE

Black with #995ABE

Text Example


Text Example

White with #995ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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