Html Css Color HEX #9360AF Deep Lilac

📋 copy color: '#9360AF'

red 147 ◦ green 96 ◦ blue 175

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

Shades of Deep Lilac #9360AF

Tints of Deep Lilac #9360AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.87%

R = 35.17%
G = 22.97%
B = 41.87%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9360AF (or 0x9360AF) is known color: Deep Lilac. HEX triplet: 93, 60 and AF. RGB value is (147,96,175). Sum of RGB (Red+Green+Blue) = 147+96+175=418 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.17% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 175 - color contains mainly: blue. Hex color #9360AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9360AF is #6C9F50. Grayscale: #777777. Windows color (decimal): -7118673 or 11493523. OLE color: 11493523.

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

Color convert

RGB 147 96 175 -
CMYK 0.16 0.45 0 0.31
HSL 278.73º 0.33% 0.53% -
HSV(B) 278.73º 0.45% 0.69% -
XYZ 23.95 17.66 42.7 -
YUV 120.26 158.9 147.08 -
System Red Green Blue C M Y K H S L
Decimal 147 96 175 0.16 0.45 0 0.31 278.73 0.33 0.53
Hex 93 60 AF 10 2D 0 1F 117 21 35
Octal 223 140 257 20 55 0 37 427 41 65
Binary 10010011 1100000 10101111 10000 101101 0 11111 100010111 100001 110101

Color Harmonies of #9360AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9360AF

Black with #9360AF

Text Example


Text Example

White with #9360AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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