Html Css Color HEX #9443AC Deep Lilac

📋 copy color: '#9443AC'

red 148 ◦ green 67 ◦ blue 172

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

Shades of Deep Lilac #9443AC

Tints of Deep Lilac #9443AC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.31%

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

R = 38.24%
G = 17.31%
B = 44.44%

CMYK

 C value IS 0.14

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9443AC (or 0x9443AC) is known color: Deep Lilac. HEX triplet: 94, 43 and AC. RGB value is (148,67,172). Sum of RGB (Red+Green+Blue) = 148+67+172=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 67 (26.56% from 255 or 17.31% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 172 - color contains mainly: blue. Hex color #9443AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9443AC is #6BBC53. Grayscale: #666666. Windows color (decimal): -7060564 or 11289492. OLE color: 11289492.

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

Color convert

RGB 148 67 172 -
CMYK 0.14 0.61 0 0.33
HSL 286.29º 0.44% 0.47% -
HSV(B) 286.29º 0.61% 0.67% -
XYZ 21.67 13.29 40.45 -
YUV 103.19 166.84 159.96 -
System Red Green Blue C M Y K H S L
Decimal 148 67 172 0.14 0.61 0 0.33 286.29 0.44 0.47
Hex 94 43 AC E 3D 0 21 11E 2C 2F
Octal 224 103 254 16 75 0 41 436 54 57
Binary 10010100 1000011 10101100 1110 111101 0 100001 100011110 101100 101111

Color Harmonies of #9443AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9443AC

Black with #9443AC

Text Example


Text Example

White with #9443AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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