Html Css Color HEX #995AB9 Deep Lilac

📋 copy color: '#995AB9'

red 153 ◦ green 90 ◦ blue 185

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

Shades of Deep Lilac #995AB9

Tints of Deep Lilac #995AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 43.22%

R = 35.75%
G = 21.03%
B = 43.22%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#995AB9 (or 0x995AB9) is known color: Deep Lilac. HEX triplet: 99, 5A and B9. RGB value is (153,90,185). Sum of RGB (Red+Green+Blue) = 153+90+185=428 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.75% from 428); Green value is 90 (35.55% from 255 or 21.03% from 428); Blue value is 185 (72.66% from 255 or 43.22% from 428); Max value from RGB is 185 - color contains mainly: blue. Hex color #995AB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995AB9 is #66A546. Grayscale: #777777. Windows color (decimal): -6726983 or 12147353. OLE color: 12147353.

HSL color Cylindrical-coordinate representation of color #995AB9: hue angle of 279.79º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #995AB9 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 90 185 -
CMYK 0.17 0.51 0 0.27
HSL 279.79º 0.4% 0.54% -
HSV(B) 279.79º 0.51% 0.73% -
XYZ 25.55 17.59 47.95 -
YUV 119.67 164.87 151.78 -
System Red Green Blue C M Y K H S L
Decimal 153 90 185 0.17 0.51 0 0.27 279.79 0.4 0.54
Hex 99 5A B9 11 33 0 1B 118 28 36
Octal 231 132 271 21 63 0 33 430 50 66
Binary 10011001 1011010 10111001 10001 110011 0 11011 100011000 101000 110110

Color Harmonies of #995AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995AB9

Black with #995AB9

Text Example


Text Example

White with #995AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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