Html Css Color HEX #9449BE Deep Lilac

📋 copy color: '#9449BE'

red 148 ◦ green 73 ◦ blue 190

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

Shades of Deep Lilac #9449BE

Tints of Deep Lilac #9449BE

RGB

 RED value IS 148 (58.2% from 255) = 36.01%

 GREEN value IS 73 (28.91% from 255) = 17.76%

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

R = 36.01%
G = 17.76%
B = 46.23%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9449BE (or 0x9449BE) is known color: Deep Lilac. HEX triplet: 94, 49 and BE. RGB value is (148,73,190). Sum of RGB (Red+Green+Blue) = 148+73+190=411 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.01% from 411); Green value is 73 (28.91% from 255 or 17.76% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #9449BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9449BE is #6BB641. Grayscale: #6C6C6C. Windows color (decimal): -7059010 or 12470676. OLE color: 12470676.

HSL color Cylindrical-coordinate representation of color #9449BE: hue angle of 278.46º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9449BE is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 73 190 -
CMYK 0.22 0.62 0 0.25
HSL 278.46º 0.47% 0.52% -
HSV(B) 278.46º 0.62% 0.75% -
XYZ 23.89 14.78 50.31 -
YUV 108.76 173.85 155.99 -
System Red Green Blue C M Y K H S L
Decimal 148 73 190 0.22 0.62 0 0.25 278.46 0.47 0.52
Hex 94 49 BE 16 3E 0 19 116 2F 34
Octal 224 111 276 26 76 0 31 426 57 64
Binary 10010100 1001001 10111110 10110 111110 0 11001 100010110 101111 110100

Color Harmonies of #9449BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9449BE

Black with #9449BE

Text Example


Text Example

White with #9449BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9449BE; }

 p { color: rgb(148,73,190); }

 H1.HeaderClassName
 {
   color: #9449BE;
 }
 .AnyTagClassName
 {
   color: #9449BE;
 }
</style>

background-color css

<style>
 a { background-color: #9449BE; }

 a { background-color: rgb(148,73,190); }

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

border-color css

<style>
 span { border-color: #9449BE; }

 span { border-color: rgb(148,73,190); }

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