Html Css Color HEX #9948CC Deep Lilac

📋 copy color: '#9948CC'

red 153 ◦ green 72 ◦ blue 204

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

Shades of Deep Lilac #9948CC

Tints of Deep Lilac #9948CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.55%

R = 35.66%
G = 16.78%
B = 47.55%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9948CC (or 0x9948CC) is known color: Deep Lilac. HEX triplet: 99, 48 and CC. RGB value is (153,72,204). Sum of RGB (Red+Green+Blue) = 153+72+204=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 72 (28.52% from 255 or 16.78% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #9948CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9948CC is #66B733. Grayscale: #6E6E6E. Windows color (decimal): -6731572 or 13387929. OLE color: 13387929.

HSL color Cylindrical-coordinate representation of color #9948CC: hue angle of 276.82º 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 #9948CC is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 153 72 204 -
CMYK 0.25 0.65 0 0.2
HSL 276.82º 0.56% 0.54% -
HSV(B) 276.82º 0.65% 0.8% -
XYZ 26.35 15.77 58.78 -
YUV 111.27 180.34 157.77 -
System Red Green Blue C M Y K H S L
Decimal 153 72 204 0.25 0.65 0 0.2 276.82 0.56 0.54
Hex 99 48 CC 19 41 0 14 115 38 36
Octal 231 110 314 31 101 0 24 425 70 66
Binary 10011001 1001000 11001100 11001 1000001 0 10100 100010101 111000 110110

Color Harmonies of #9948CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9948CC

Black with #9948CC

Text Example


Text Example

White with #9948CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9948CC; }

 p { color: rgb(153,72,204); }

 H1.HeaderClassName
 {
   color: #9948CC;
 }
 .AnyTagClassName
 {
   color: #9948CC;
 }
</style>

background-color css

<style>
 a { background-color: #9948CC; }

 a { background-color: rgb(153,72,204); }

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

border-color css

<style>
 span { border-color: #9948CC; }

 span { border-color: rgb(153,72,204); }

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