Html Css Color HEX #943AAC Deep Lilac

📋 copy color: '#943AAC'

red 148 ◦ green 58 ◦ blue 172

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

Shades of Deep Lilac #943AAC

Tints of Deep Lilac #943AAC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.34%

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

R = 39.15%
G = 15.34%
B = 45.5%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#943AAC (or 0x943AAC) is known color: Deep Lilac. HEX triplet: 94, 3A and AC. RGB value is (148,58,172). Sum of RGB (Red+Green+Blue) = 148+58+172=378 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.15% from 378); Green value is 58 (23.05% from 255 or 15.34% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #943AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943AAC is #6BC553. Grayscale: #616161. Windows color (decimal): -7062868 or 11287188. OLE color: 11287188.

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

Color convert

RGB 148 58 172 -
CMYK 0.14 0.66 0 0.33
HSL 287.37º 0.5% 0.45% -
HSV(B) 287.37º 0.66% 0.67% -
XYZ 21.17 12.3 40.29 -
YUV 97.91 169.82 163.73 -
System Red Green Blue C M Y K H S L
Decimal 148 58 172 0.14 0.66 0 0.33 287.37 0.5 0.45
Hex 94 3A AC E 42 0 21 11F 32 2D
Octal 224 72 254 16 102 0 41 437 62 55
Binary 10010100 111010 10101100 1110 1000010 0 100001 100011111 110010 101101

Color Harmonies of #943AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943AAC

Black with #943AAC

Text Example


Text Example

White with #943AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943AAC; }

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

 H1.HeaderClassName
 {
   color: #943AAC;
 }
 .AnyTagClassName
 {
   color: #943AAC;
 }
</style>

background-color css

<style>
 a { background-color: #943AAC; }

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

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

border-color css

<style>
 span { border-color: #943AAC; }

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

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