Html Css Color HEX #9444B3 Deep Lilac

📋 copy color: '#9444B3'

red 148 ◦ green 68 ◦ blue 179

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

Shades of Deep Lilac #9444B3

Tints of Deep Lilac #9444B3

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.22%

 BLUE value IS 179 (70.31% from 255) = 45.32%

R = 37.47%
G = 17.22%
B = 45.32%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9444B3 (or 0x9444B3) is known color: Deep Lilac. HEX triplet: 94, 44 and B3. RGB value is (148,68,179). Sum of RGB (Red+Green+Blue) = 148+68+179=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 68 (26.95% from 255 or 17.22% from 395); Blue value is 179 (70.31% from 255 or 45.32% from 395); Max value from RGB is 179 - color contains mainly: blue. Hex color #9444B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9444B3 is #6BBB4C. Grayscale: #686868. Windows color (decimal): -7060301 or 11748500. OLE color: 11748500.

HSL color Cylindrical-coordinate representation of color #9444B3: hue angle of 283.24º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9444B3 is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 148 68 179 -
CMYK 0.17 0.62 0 0.30
HSL 283.24º 0.45% 0.48% -
HSV(B) 283.24º 0.62% 0.7% -
XYZ 22.42 13.68 44.11 -
YUV 104.57 170 158.97 -
System Red Green Blue C M Y K H S L
Decimal 148 68 179 0.17 0.62 0 0.30 283.24 0.45 0.48
Hex 94 44 B3 11 3E 0 1E 11B 2D 30
Octal 224 104 263 21 76 0 36 433 55 60
Binary 10010100 1000100 10110011 10001 111110 0 11110 100011011 101101 110000

Color Harmonies of #9444B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9444B3

Black with #9444B3

Text Example


Text Example

White with #9444B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9444B3; }

 p { color: rgb(148,68,179); }

 H1.HeaderClassName
 {
   color: #9444B3;
 }
 .AnyTagClassName
 {
   color: #9444B3;
 }
</style>

background-color css

<style>
 a { background-color: #9444B3; }

 a { background-color: rgb(148,68,179); }

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

border-color css

<style>
 span { border-color: #9444B3; }

 span { border-color: rgb(148,68,179); }

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