Html Css Color HEX #9748BA Deep Lilac

📋 copy color: '#9748BA'

red 151 ◦ green 72 ◦ blue 186

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

Shades of Deep Lilac #9748BA

Tints of Deep Lilac #9748BA

RGB

 RED value IS 151 (59.38% from 255) = 36.92%

 GREEN value IS 72 (28.52% from 255) = 17.6%

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

R = 36.92%
G = 17.6%
B = 45.48%

CMYK

 C value IS 0.19

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9748BA (or 0x9748BA) is known color: Deep Lilac. HEX triplet: 97, 48 and BA. RGB value is (151,72,186). Sum of RGB (Red+Green+Blue) = 151+72+186=409 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.92% from 409); Green value is 72 (28.52% from 255 or 17.60% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #9748BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9748BA is #68B745. Grayscale: #6C6C6C. Windows color (decimal): -6862662 or 12208279. OLE color: 12208279.

HSL color Cylindrical-coordinate representation of color #9748BA: hue angle of 281.58º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9748BA is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 72 186 -
CMYK 0.19 0.61 0 0.27
HSL 281.58º 0.45% 0.51% -
HSV(B) 281.58º 0.61% 0.73% -
XYZ 23.94 14.76 48.04 -
YUV 108.62 171.67 158.23 -
System Red Green Blue C M Y K H S L
Decimal 151 72 186 0.19 0.61 0 0.27 281.58 0.45 0.51
Hex 97 48 BA 13 3D 0 1B 11A 2D 33
Octal 227 110 272 23 75 0 33 432 55 63
Binary 10010111 1001000 10111010 10011 111101 0 11011 100011010 101101 110011

Color Harmonies of #9748BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9748BA

Black with #9748BA

Text Example


Text Example

White with #9748BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,72,186); }

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

background-color css

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

 a { background-color: rgb(151,72,186); }

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

border-color css

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

 span { border-color: rgb(151,72,186); }

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