Html Css Color HEX #9F48BE Deep Lilac

📋 copy color: '#9F48BE'

red 159 ◦ green 72 ◦ blue 190

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

Shades of Deep Lilac #9F48BE

Tints of Deep Lilac #9F48BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.13%

R = 37.77%
G = 17.1%
B = 45.13%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F48BE (or 0x9F48BE) is known color: Deep Lilac. HEX triplet: 9F, 48 and BE. RGB value is (159,72,190). Sum of RGB (Red+Green+Blue) = 159+72+190=421 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.77% from 421); Green value is 72 (28.52% from 255 or 17.10% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F48BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F48BE is #60B741. Grayscale: #6F6F6F. Windows color (decimal): -6338370 or 12470431. OLE color: 12470431.

HSL color Cylindrical-coordinate representation of color #9F48BE: hue angle of 284.24º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9F48BE is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 72 190 -
CMYK 0.16 0.62 0 0.25
HSL 284.24º 0.48% 0.51% -
HSV(B) 284.24º 0.62% 0.75% -
XYZ 25.91 15.72 50.38 -
YUV 111.47 172.32 161.91 -
System Red Green Blue C M Y K H S L
Decimal 159 72 190 0.16 0.62 0 0.25 284.24 0.48 0.51
Hex 9F 48 BE 10 3E 0 19 11C 30 33
Octal 237 110 276 20 76 0 31 434 60 63
Binary 10011111 1001000 10111110 10000 111110 0 11001 100011100 110000 110011

Color Harmonies of #9F48BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F48BE

Black with #9F48BE

Text Example


Text Example

White with #9F48BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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