Html Css Color HEX #9360AE Deep Lilac

📋 copy color: '#9360AE'

red 147 ◦ green 96 ◦ blue 174

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

Shades of Deep Lilac #9360AE

Tints of Deep Lilac #9360AE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.02%

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

R = 35.25%
G = 23.02%
B = 41.73%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9360AE (or 0x9360AE) is known color: Deep Lilac. HEX triplet: 93, 60 and AE. RGB value is (147,96,174). Sum of RGB (Red+Green+Blue) = 147+96+174=417 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.25% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 174 - color contains mainly: blue. Hex color #9360AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9360AE is #6C9F51. Grayscale: #777777. Windows color (decimal): -7118674 or 11427987. OLE color: 11427987.

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

Color convert

RGB 147 96 174 -
CMYK 0.16 0.45 0 0.32
HSL 279.23º 0.33% 0.53% -
HSV(B) 279.23º 0.45% 0.68% -
XYZ 23.86 17.62 42.19 -
YUV 120.14 158.4 147.16 -
System Red Green Blue C M Y K H S L
Decimal 147 96 174 0.16 0.45 0 0.32 279.23 0.33 0.53
Hex 93 60 AE 10 2D 0 20 117 20 35
Octal 223 140 256 20 55 0 40 427 40 65
Binary 10010011 1100000 10101110 10000 101101 0 100000 100010111 100000 110101

Color Harmonies of #9360AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9360AE

Black with #9360AE

Text Example


Text Example

White with #9360AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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