Html Css Color HEX #995ABD Deep Lilac

📋 copy color: '#995ABD'

red 153 ◦ green 90 ◦ blue 189

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

Shades of Deep Lilac #995ABD

Tints of Deep Lilac #995ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.75%

R = 35.42%
G = 20.83%
B = 43.75%

CMYK

 C value IS 0.19

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#995ABD (or 0x995ABD) is known color: Deep Lilac. HEX triplet: 99, 5A and BD. RGB value is (153,90,189). Sum of RGB (Red+Green+Blue) = 153+90+189=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 90 (35.55% from 255 or 20.83% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 189 - color contains mainly: blue. Hex color #995ABD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995ABD is #66A542. Grayscale: #777777. Windows color (decimal): -6726979 or 12409497. OLE color: 12409497.

HSL color Cylindrical-coordinate representation of color #995ABD: hue angle of 278.18º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #995ABD is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 153 90 189 -
CMYK 0.19 0.52 0 0.26
HSL 278.18º 0.43% 0.55% -
HSV(B) 278.18º 0.52% 0.74% -
XYZ 25.98 17.76 50.2 -
YUV 120.12 166.87 151.45 -
System Red Green Blue C M Y K H S L
Decimal 153 90 189 0.19 0.52 0 0.26 278.18 0.43 0.55
Hex 99 5A BD 13 34 0 1A 116 2B 37
Octal 231 132 275 23 64 0 32 426 53 67
Binary 10011001 1011010 10111101 10011 110100 0 11010 100010110 101011 110111

Color Harmonies of #995ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995ABD

Black with #995ABD

Text Example


Text Example

White with #995ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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