Html Css Color HEX #9446BA Deep Lilac

📋 copy color: '#9446BA'

red 148 ◦ green 70 ◦ blue 186

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

Shades of Deep Lilac #9446BA

Tints of Deep Lilac #9446BA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.33%

 BLUE value IS 186 (73.05% from 255) = 46.04%

R = 36.63%
G = 17.33%
B = 46.04%

CMYK

 C value IS 0.20

 M value IS 0.62

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9446BA (or 0x9446BA) is known color: Deep Lilac. HEX triplet: 94, 46 and BA. RGB value is (148,70,186). Sum of RGB (Red+Green+Blue) = 148+70+186=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 70 (27.73% from 255 or 17.33% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #9446BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9446BA is #6BB945. Grayscale: #6A6A6A. Windows color (decimal): -7059782 or 12207764. OLE color: 12207764.

HSL color Cylindrical-coordinate representation of color #9446BA: hue angle of 280.34º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9446BA is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 70 186 -
CMYK 0.20 0.62 0 0.27
HSL 280.34º 0.46% 0.5% -
HSV(B) 280.34º 0.62% 0.73% -
XYZ 23.27 14.22 47.97 -
YUV 106.55 172.84 157.57 -
System Red Green Blue C M Y K H S L
Decimal 148 70 186 0.20 0.62 0 0.27 280.34 0.46 0.5
Hex 94 46 BA 14 3E 0 1B 118 2E 32
Octal 224 106 272 24 76 0 33 430 56 62
Binary 10010100 1000110 10111010 10100 111110 0 11011 100011000 101110 110010

Color Harmonies of #9446BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9446BA

Black with #9446BA

Text Example


Text Example

White with #9446BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9446BA; }

 p { color: rgb(148,70,186); }

 H1.HeaderClassName
 {
   color: #9446BA;
 }
 .AnyTagClassName
 {
   color: #9446BA;
 }
</style>

background-color css

<style>
 a { background-color: #9446BA; }

 a { background-color: rgb(148,70,186); }

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

border-color css

<style>
 span { border-color: #9446BA; }

 span { border-color: rgb(148,70,186); }

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