Html Css Color HEX #9442AC Deep Lilac

📋 copy color: '#9442AC'

red 148 ◦ green 66 ◦ blue 172

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

Shades of Deep Lilac #9442AC

Tints of Deep Lilac #9442AC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.1%

 BLUE value IS 172 (67.58% from 255) = 44.56%

R = 38.34%
G = 17.1%
B = 44.56%

CMYK

 C value IS 0.14

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9442AC (or 0x9442AC) is known color: Deep Lilac. HEX triplet: 94, 42 and AC. RGB value is (148,66,172). Sum of RGB (Red+Green+Blue) = 148+66+172=386 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.34% from 386); Green value is 66 (26.17% from 255 or 17.10% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 172 - color contains mainly: blue. Hex color #9442AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9442AC is #6BBD53. Grayscale: #666666. Windows color (decimal): -7060820 or 11289236. OLE color: 11289236.

HSL color Cylindrical-coordinate representation of color #9442AC: hue angle of 286.42º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9442AC is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 66 172 -
CMYK 0.14 0.62 0 0.33
HSL 286.42º 0.45% 0.47% -
HSV(B) 286.42º 0.62% 0.67% -
XYZ 21.61 13.17 40.43 -
YUV 102.6 167.17 160.38 -
System Red Green Blue C M Y K H S L
Decimal 148 66 172 0.14 0.62 0 0.33 286.42 0.45 0.47
Hex 94 42 AC E 3E 0 21 11E 2D 2F
Octal 224 102 254 16 76 0 41 436 55 57
Binary 10010100 1000010 10101100 1110 111110 0 100001 100011110 101101 101111

Color Harmonies of #9442AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9442AC

Black with #9442AC

Text Example


Text Example

White with #9442AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9442AC; }

 p { color: rgb(148,66,172); }

 H1.HeaderClassName
 {
   color: #9442AC;
 }
 .AnyTagClassName
 {
   color: #9442AC;
 }
</style>

background-color css

<style>
 a { background-color: #9442AC; }

 a { background-color: rgb(148,66,172); }

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

border-color css

<style>
 span { border-color: #9442AC; }

 span { border-color: rgb(148,66,172); }

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