Html Css Color HEX #9A48BA Deep Lilac

📋 copy color: '#9A48BA'

red 154 ◦ green 72 ◦ blue 186

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

Shades of Deep Lilac #9A48BA

Tints of Deep Lilac #9A48BA

RGB

 RED value IS 154 (60.55% from 255) = 37.38%

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

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

R = 37.38%
G = 17.48%
B = 45.15%

CMYK

 C value IS 0.17

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9A48BA (or 0x9A48BA) is known color: Deep Lilac. HEX triplet: 9A, 48 and BA. RGB value is (154,72,186). Sum of RGB (Red+Green+Blue) = 154+72+186=412 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.38% from 412); Green value is 72 (28.52% from 255 or 17.48% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 186 - color contains mainly: blue. Hex color #9A48BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A48BA is #65B745. Grayscale: #6D6D6D. Windows color (decimal): -6666054 or 12208282. OLE color: 12208282.

HSL color Cylindrical-coordinate representation of color #9A48BA: hue angle of 283.16º 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 #9A48BA is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 154 72 186 -
CMYK 0.17 0.61 0 0.27
HSL 283.16º 0.45% 0.51% -
HSV(B) 283.16º 0.61% 0.73% -
XYZ 24.51 15.05 48.07 -
YUV 109.51 171.17 159.73 -
System Red Green Blue C M Y K H S L
Decimal 154 72 186 0.17 0.61 0 0.27 283.16 0.45 0.51
Hex 9A 48 BA 11 3D 0 1B 11B 2D 33
Octal 232 110 272 21 75 0 33 433 55 63
Binary 10011010 1001000 10111010 10001 111101 0 11011 100011011 101101 110011

Color Harmonies of #9A48BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A48BA

Black with #9A48BA

Text Example


Text Example

White with #9A48BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A48BA; }

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

 H1.HeaderClassName
 {
   color: #9A48BA;
 }
 .AnyTagClassName
 {
   color: #9A48BA;
 }
</style>

background-color css

<style>
 a { background-color: #9A48BA; }

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

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

border-color css

<style>
 span { border-color: #9A48BA; }

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

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