Html Css Color HEX #9342AE Deep Lilac

📋 copy color: '#9342AE'

red 147 ◦ green 66 ◦ blue 174

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

Shades of Deep Lilac #9342AE

Tints of Deep Lilac #9342AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 44.96%

R = 37.98%
G = 17.05%
B = 44.96%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9342AE (or 0x9342AE) is known color: Deep Lilac. HEX triplet: 93, 42 and AE. RGB value is (147,66,174). Sum of RGB (Red+Green+Blue) = 147+66+174=387 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.98% from 387); Green value is 66 (26.17% from 255 or 17.05% from 387); Blue value is 174 (68.36% from 255 or 44.96% from 387); Max value from RGB is 174 - color contains mainly: blue. Hex color #9342AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9342AE is #6CBD51. Grayscale: #666666. Windows color (decimal): -7126354 or 11420307. OLE color: 11420307.

HSL color Cylindrical-coordinate representation of color #9342AE: hue angle of 285º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9342AE is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 147 66 174 -
CMYK 0.16 0.62 0 0.32
HSL 285º 0.45% 0.47% -
HSV(B) 285º 0.62% 0.68% -
XYZ 21.62 13.16 41.44 -
YUV 102.53 168.34 159.72 -
System Red Green Blue C M Y K H S L
Decimal 147 66 174 0.16 0.62 0 0.32 285 0.45 0.47
Hex 93 42 AE 10 3E 0 20 11D 2D 2F
Octal 223 102 256 20 76 0 40 435 55 57
Binary 10010011 1000010 10101110 10000 111110 0 100000 100011101 101101 101111

Color Harmonies of #9342AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9342AE

Black with #9342AE

Text Example


Text Example

White with #9342AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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