Html Css Color HEX #9362BA Deep Lilac

📋 copy color: '#9362BA'

red 147 ◦ green 98 ◦ blue 186

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

Shades of Deep Lilac #9362BA

Tints of Deep Lilac #9362BA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.74%

 BLUE value IS 186 (73.05% from 255) = 43.16%

R = 34.11%
G = 22.74%
B = 43.16%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9362BA (or 0x9362BA) is known color: Deep Lilac. HEX triplet: 93, 62 and BA. RGB value is (147,98,186). Sum of RGB (Red+Green+Blue) = 147+98+186=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 98 (38.67% from 255 or 22.74% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #9362BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9362BA is #6C9D45. Grayscale: #7A7A7A. Windows color (decimal): -7118150 or 12214931. OLE color: 12214931.

HSL color Cylindrical-coordinate representation of color #9362BA: hue angle of 273.41º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9362BA is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 147 98 186 -
CMYK 0.21 0.47 0 0.27
HSL 273.41º 0.39% 0.56% -
HSV(B) 273.41º 0.47% 0.73% -
XYZ 25.26 18.48 48.69 -
YUV 122.68 163.73 145.34 -
System Red Green Blue C M Y K H S L
Decimal 147 98 186 0.21 0.47 0 0.27 273.41 0.39 0.56
Hex 93 62 BA 15 2F 0 1B 111 27 38
Octal 223 142 272 25 57 0 33 421 47 70
Binary 10010011 1100010 10111010 10101 101111 0 11011 100010001 100111 111000

Color Harmonies of #9362BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9362BA

Black with #9362BA

Text Example


Text Example

White with #9362BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9362BA; }

 p { color: rgb(147,98,186); }

 H1.HeaderClassName
 {
   color: #9362BA;
 }
 .AnyTagClassName
 {
   color: #9362BA;
 }
</style>

background-color css

<style>
 a { background-color: #9362BA; }

 a { background-color: rgb(147,98,186); }

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

border-color css

<style>
 span { border-color: #9362BA; }

 span { border-color: rgb(147,98,186); }

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