Html Css Color HEX #9363B6 Deep Lilac

📋 copy color: '#9363B6'

red 147 ◦ green 99 ◦ blue 182

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

Shades of Deep Lilac #9363B6

Tints of Deep Lilac #9363B6

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.13%

 BLUE value IS 182 (71.48% from 255) = 42.52%

R = 34.35%
G = 23.13%
B = 42.52%

CMYK

 C value IS 0.19

 M value IS 0.46

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9363B6 (or 0x9363B6) is known color: Deep Lilac. HEX triplet: 93, 63 and B6. RGB value is (147,99,182). Sum of RGB (Red+Green+Blue) = 147+99+182=428 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.35% from 428); Green value is 99 (39.06% from 255 or 23.13% from 428); Blue value is 182 (71.48% from 255 or 42.52% from 428); Max value from RGB is 182 - color contains mainly: blue. Hex color #9363B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9363B6 is #6C9C49. Grayscale: #7A7A7A. Windows color (decimal): -7117898 or 11953043. OLE color: 11953043.

HSL color Cylindrical-coordinate representation of color #9363B6: hue angle of 274.7º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9363B6 is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 147 99 182 -
CMYK 0.19 0.46 0 0.29
HSL 274.7º 0.36% 0.55% -
HSV(B) 274.7º 0.46% 0.71% -
XYZ 24.94 18.5 46.51 -
YUV 122.81 161.4 145.25 -
System Red Green Blue C M Y K H S L
Decimal 147 99 182 0.19 0.46 0 0.29 274.7 0.36 0.55
Hex 93 63 B6 13 2E 0 1D 113 24 37
Octal 223 143 266 23 56 0 35 423 44 67
Binary 10010011 1100011 10110110 10011 101110 0 11101 100010011 100100 110111

Color Harmonies of #9363B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9363B6

Black with #9363B6

Text Example


Text Example

White with #9363B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9363B6; }

 p { color: rgb(147,99,182); }

 H1.HeaderClassName
 {
   color: #9363B6;
 }
 .AnyTagClassName
 {
   color: #9363B6;
 }
</style>

background-color css

<style>
 a { background-color: #9363B6; }

 a { background-color: rgb(147,99,182); }

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

border-color css

<style>
 span { border-color: #9363B6; }

 span { border-color: rgb(147,99,182); }

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