Html Css Color HEX #9360B0 Deep Lilac

📋 copy color: '#9360B0'

red 147 ◦ green 96 ◦ blue 176

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

Shades of Deep Lilac #9360B0

Tints of Deep Lilac #9360B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 42%

R = 35.08%
G = 22.91%
B = 42%

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

#9360B0 (or 0x9360B0) is known color: Deep Lilac. HEX triplet: 93, 60 and B0. RGB value is (147,96,176). Sum of RGB (Red+Green+Blue) = 147+96+176=419 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.08% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 176 (69.14% from 255 or 42.00% from 419); Max value from RGB is 176 - color contains mainly: blue. Hex color #9360B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9360B0 is #6C9F4F. Grayscale: #787878. Windows color (decimal): -7118672 or 11559059. OLE color: 11559059.

HSL color Cylindrical-coordinate representation of color #9360B0: hue angle of 278.25º degrees, saturation: 0.34, 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 #9360B0 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 147 96 176 -
CMYK 0.16 0.45 0 0.31
HSL 278.25º 0.34% 0.53% -
HSV(B) 278.25º 0.45% 0.69% -
XYZ 24.05 17.7 43.22 -
YUV 120.37 159.4 147 -
System Red Green Blue C M Y K H S L
Decimal 147 96 176 0.16 0.45 0 0.31 278.25 0.34 0.53
Hex 93 60 B0 10 2D 0 1F 116 22 35
Octal 223 140 260 20 55 0 37 426 42 65
Binary 10010011 1100000 10110000 10000 101101 0 11111 100010110 100010 110101

Color Harmonies of #9360B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9360B0

Black with #9360B0

Text Example


Text Example

White with #9360B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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