Html Css Color HEX #995DB0 Deep Lilac

📋 copy color: '#995DB0'

red 153 ◦ green 93 ◦ blue 176

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

Shades of Deep Lilac #995DB0

Tints of Deep Lilac #995DB0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.04%

 BLUE value IS 176 (69.14% from 255) = 41.71%

R = 36.26%
G = 22.04%
B = 41.71%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#995DB0 (or 0x995DB0) is known color: Deep Lilac. HEX triplet: 99, 5D and B0. RGB value is (153,93,176). Sum of RGB (Red+Green+Blue) = 153+93+176=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 93 (36.72% from 255 or 22.04% from 422); Blue value is 176 (69.14% from 255 or 41.71% from 422); Max value from RGB is 176 - color contains mainly: blue. Hex color #995DB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995DB0 is #66A24F. Grayscale: #787878. Windows color (decimal): -6726224 or 11558297. OLE color: 11558297.

HSL color Cylindrical-coordinate representation of color #995DB0: hue angle of 283.37º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #995DB0 is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 153 93 176 -
CMYK 0.13 0.47 0 0.31
HSL 283.37º 0.34% 0.53% -
HSV(B) 283.37º 0.47% 0.69% -
XYZ 24.89 17.74 43.19 -
YUV 120.4 159.38 151.25 -
System Red Green Blue C M Y K H S L
Decimal 153 93 176 0.13 0.47 0 0.31 283.37 0.34 0.53
Hex 99 5D B0 D 2F 0 1F 11B 22 35
Octal 231 135 260 15 57 0 37 433 42 65
Binary 10011001 1011101 10110000 1101 101111 0 11111 100011011 100010 110101

Color Harmonies of #995DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995DB0

Black with #995DB0

Text Example


Text Example

White with #995DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,93,176); }

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

background-color css

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

 a { background-color: rgb(153,93,176); }

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

border-color css

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

 span { border-color: rgb(153,93,176); }

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