Html Css Color HEX #9D48CB Deep Lilac

📋 copy color: '#9D48CB'

red 157 ◦ green 72 ◦ blue 203

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

Shades of Deep Lilac #9D48CB

Tints of Deep Lilac #9D48CB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.67%

 BLUE value IS 203 (79.69% from 255) = 46.99%

R = 36.34%
G = 16.67%
B = 46.99%

CMYK

 C value IS 0.23

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9D48CB (or 0x9D48CB) is known color: Deep Lilac. HEX triplet: 9D, 48 and CB. RGB value is (157,72,203). Sum of RGB (Red+Green+Blue) = 157+72+203=432 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.34% from 432); Green value is 72 (28.52% from 255 or 16.67% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #9D48CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D48CB is #62B734. Grayscale: #6F6F6F. Windows color (decimal): -6469429 or 13322397. OLE color: 13322397.

HSL color Cylindrical-coordinate representation of color #9D48CB: hue angle of 278.93º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9D48CB is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 157 72 203 -
CMYK 0.23 0.65 0 0.20
HSL 278.93º 0.56% 0.54% -
HSV(B) 278.93º 0.65% 0.8% -
XYZ 27 16.11 58.19 -
YUV 112.35 179.16 159.85 -
System Red Green Blue C M Y K H S L
Decimal 157 72 203 0.23 0.65 0 0.20 278.93 0.56 0.54
Hex 9D 48 CB 17 41 0 14 117 38 36
Octal 235 110 313 27 101 0 24 427 70 66
Binary 10011101 1001000 11001011 10111 1000001 0 10100 100010111 111000 110110

Color Harmonies of #9D48CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D48CB

Black with #9D48CB

Text Example


Text Example

White with #9D48CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,72,203); }

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

background-color css

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

 a { background-color: rgb(157,72,203); }

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

border-color css

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

 span { border-color: rgb(157,72,203); }

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