Html Css Color HEX #9448BE Deep Lilac

📋 copy color: '#9448BE'

red 148 ◦ green 72 ◦ blue 190

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

Shades of Deep Lilac #9448BE

Tints of Deep Lilac #9448BE

RGB

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

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

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

R = 36.1%
G = 17.56%
B = 46.34%

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

#9448BE (or 0x9448BE) is known color: Deep Lilac. HEX triplet: 94, 48 and BE. RGB value is (148,72,190). Sum of RGB (Red+Green+Blue) = 148+72+190=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 72 (28.52% from 255 or 17.56% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #9448BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9448BE is #6BB741. Grayscale: #6B6B6B. Windows color (decimal): -7059266 or 12470420. OLE color: 12470420.

HSL color Cylindrical-coordinate representation of color #9448BE: hue angle of 278.64º 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 #9448BE is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 72 190 -
CMYK 0.22 0.62 0 0.25
HSL 278.64º 0.48% 0.51% -
HSV(B) 278.64º 0.62% 0.75% -
XYZ 23.82 14.65 50.29 -
YUV 108.18 174.18 156.41 -
System Red Green Blue C M Y K H S L
Decimal 148 72 190 0.22 0.62 0 0.25 278.64 0.48 0.51
Hex 94 48 BE 16 3E 0 19 117 30 33
Octal 224 110 276 26 76 0 31 427 60 63
Binary 10010100 1001000 10111110 10110 111110 0 11001 100010111 110000 110011

Color Harmonies of #9448BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9448BE

Black with #9448BE

Text Example


Text Example

White with #9448BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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