Html Css Color HEX #9F48CC Deep Lilac

📋 copy color: '#9F48CC'

red 159 ◦ green 72 ◦ blue 204

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

Shades of Deep Lilac #9F48CC

Tints of Deep Lilac #9F48CC

RGB

 RED value IS 159 (62.5% from 255) = 36.55%

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

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

R = 36.55%
G = 16.55%
B = 46.9%

CMYK

 C value IS 0.22

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9F48CC (or 0x9F48CC) is known color: Deep Lilac. HEX triplet: 9F, 48 and CC. RGB value is (159,72,204). Sum of RGB (Red+Green+Blue) = 159+72+204=435 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.55% from 435); Green value is 72 (28.52% from 255 or 16.55% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #9F48CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F48CC is #60B733. Grayscale: #707070. Windows color (decimal): -6338356 or 13387935. OLE color: 13387935.

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

Color convert

RGB 159 72 204 -
CMYK 0.22 0.65 0 0.2
HSL 279.55º 0.56% 0.54% -
HSV(B) 279.55º 0.65% 0.8% -
XYZ 27.51 16.37 58.84 -
YUV 113.06 179.32 160.77 -
System Red Green Blue C M Y K H S L
Decimal 159 72 204 0.22 0.65 0 0.2 279.55 0.56 0.54
Hex 9F 48 CC 16 41 0 14 118 38 36
Octal 237 110 314 26 101 0 24 430 70 66
Binary 10011111 1001000 11001100 10110 1000001 0 10100 100011000 111000 110110

Color Harmonies of #9F48CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F48CC

Black with #9F48CC

Text Example


Text Example

White with #9F48CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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