Html Css Color HEX #995DB6 Deep Lilac

📋 copy color: '#995DB6'

red 153 ◦ green 93 ◦ blue 182

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

Shades of Deep Lilac #995DB6

Tints of Deep Lilac #995DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 42.52%

R = 35.75%
G = 21.73%
B = 42.52%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#995DB6 (or 0x995DB6) is known color: Deep Lilac. HEX triplet: 99, 5D and B6. RGB value is (153,93,182). Sum of RGB (Red+Green+Blue) = 153+93+182=428 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.75% from 428); Green value is 93 (36.72% from 255 or 21.73% from 428); Blue value is 182 (71.48% from 255 or 42.52% from 428); Max value from RGB is 182 - color contains mainly: blue. Hex color #995DB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995DB6 is #66A249. Grayscale: #787878. Windows color (decimal): -6726218 or 11951513. OLE color: 11951513.

HSL color Cylindrical-coordinate representation of color #995DB6: hue angle of 280.45º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #995DB6 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 153 93 182 -
CMYK 0.16 0.49 0 0.29
HSL 280.45º 0.38% 0.54% -
HSV(B) 280.45º 0.49% 0.71% -
XYZ 25.49 17.98 46.38 -
YUV 121.09 162.38 150.76 -
System Red Green Blue C M Y K H S L
Decimal 153 93 182 0.16 0.49 0 0.29 280.45 0.38 0.54
Hex 99 5D B6 10 31 0 1D 118 26 36
Octal 231 135 266 20 61 0 35 430 46 66
Binary 10011001 1011101 10110110 10000 110001 0 11101 100011000 100110 110110

Color Harmonies of #995DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995DB6

Black with #995DB6

Text Example


Text Example

White with #995DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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