Html Css Color HEX #9342AA Deep Lilac

📋 copy color: '#9342AA'

red 147 ◦ green 66 ◦ blue 170

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

Shades of Deep Lilac #9342AA

Tints of Deep Lilac #9342AA

RGB

 RED value IS 147 (57.81% from 255) = 38.38%

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

 BLUE value IS 170 (66.8% from 255) = 44.39%

R = 38.38%
G = 17.23%
B = 44.39%

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

#9342AA (or 0x9342AA) is known color: Deep Lilac. HEX triplet: 93, 42 and AA. RGB value is (147,66,170). Sum of RGB (Red+Green+Blue) = 147+66+170=383 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.38% from 383); Green value is 66 (26.17% from 255 or 17.23% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #9342AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9342AA is #6CBD55. Grayscale: #656565. Windows color (decimal): -7126358 or 11158163. OLE color: 11158163.

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

Color convert

RGB 147 66 170 -
CMYK 0.14 0.61 0 0.33
HSL 286.73º 0.44% 0.46% -
HSV(B) 286.73º 0.61% 0.67% -
XYZ 21.24 13 39.42 -
YUV 102.08 166.34 160.04 -
System Red Green Blue C M Y K H S L
Decimal 147 66 170 0.14 0.61 0 0.33 286.73 0.44 0.46
Hex 93 42 AA E 3D 0 21 11F 2C 2E
Octal 223 102 252 16 75 0 41 437 54 56
Binary 10010011 1000010 10101010 1110 111101 0 100001 100011111 101100 101110

Color Harmonies of #9342AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9342AA

Black with #9342AA

Text Example


Text Example

White with #9342AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9342AA; }

 p { color: rgb(147,66,170); }

 H1.HeaderClassName
 {
   color: #9342AA;
 }
 .AnyTagClassName
 {
   color: #9342AA;
 }
</style>

background-color css

<style>
 a { background-color: #9342AA; }

 a { background-color: rgb(147,66,170); }

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

border-color css

<style>
 span { border-color: #9342AA; }

 span { border-color: rgb(147,66,170); }

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