Html Css Color HEX #9D46BA Deep Lilac

📋 copy color: '#9D46BA'

red 157 ◦ green 70 ◦ blue 186

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

Shades of Deep Lilac #9D46BA

Tints of Deep Lilac #9D46BA

RGB

 RED value IS 157 (61.72% from 255) = 38.01%

 GREEN value IS 70 (27.73% from 255) = 16.95%

 BLUE value IS 186 (73.05% from 255) = 45.04%

R = 38.01%
G = 16.95%
B = 45.04%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9D46BA (or 0x9D46BA) is known color: Deep Lilac. HEX triplet: 9D, 46 and BA. RGB value is (157,70,186). Sum of RGB (Red+Green+Blue) = 157+70+186=413 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.01% from 413); Green value is 70 (27.73% from 255 or 16.95% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D46BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D46BA is #62B945. Grayscale: #6C6C6C. Windows color (decimal): -6469958 or 12207773. OLE color: 12207773.

HSL color Cylindrical-coordinate representation of color #9D46BA: hue angle of 285º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9D46BA is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 157 70 186 -
CMYK 0.16 0.62 0 0.27
HSL 285º 0.46% 0.5% -
HSV(B) 285º 0.62% 0.73% -
XYZ 24.96 15.09 48.05 -
YUV 109.24 171.32 162.07 -
System Red Green Blue C M Y K H S L
Decimal 157 70 186 0.16 0.62 0 0.27 285 0.46 0.5
Hex 9D 46 BA 10 3E 0 1B 11D 2E 32
Octal 235 106 272 20 76 0 33 435 56 62
Binary 10011101 1000110 10111010 10000 111110 0 11011 100011101 101110 110010

Color Harmonies of #9D46BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D46BA

Black with #9D46BA

Text Example


Text Example

White with #9D46BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D46BA; }

 p { color: rgb(157,70,186); }

 H1.HeaderClassName
 {
   color: #9D46BA;
 }
 .AnyTagClassName
 {
   color: #9D46BA;
 }
</style>

background-color css

<style>
 a { background-color: #9D46BA; }

 a { background-color: rgb(157,70,186); }

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

border-color css

<style>
 span { border-color: #9D46BA; }

 span { border-color: rgb(157,70,186); }

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