Html Css Color HEX #9A48BE Deep Lilac

📋 copy color: '#9A48BE'

red 154 ◦ green 72 ◦ blue 190

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

Shades of Deep Lilac #9A48BE

Tints of Deep Lilac #9A48BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.67%

R = 37.02%
G = 17.31%
B = 45.67%

CMYK

 C value IS 0.19

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9A48BE (or 0x9A48BE) is known color: Deep Lilac. HEX triplet: 9A, 48 and BE. RGB value is (154,72,190). Sum of RGB (Red+Green+Blue) = 154+72+190=416 (55% of max value = 765). Red value is 154 (60.55% from 255 or 37.02% from 416); Green value is 72 (28.52% from 255 or 17.31% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A48BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A48BE is #65B741. Grayscale: #6D6D6D. Windows color (decimal): -6666050 or 12470426. OLE color: 12470426.

HSL color Cylindrical-coordinate representation of color #9A48BE: hue angle of 281.69º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9A48BE is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 154 72 190 -
CMYK 0.19 0.62 0 0.25
HSL 281.69º 0.48% 0.51% -
HSV(B) 281.69º 0.62% 0.75% -
XYZ 24.94 15.22 50.34 -
YUV 109.97 173.17 159.41 -
System Red Green Blue C M Y K H S L
Decimal 154 72 190 0.19 0.62 0 0.25 281.69 0.48 0.51
Hex 9A 48 BE 13 3E 0 19 11A 30 33
Octal 232 110 276 23 76 0 31 432 60 63
Binary 10011010 1001000 10111110 10011 111110 0 11001 100011010 110000 110011

Color Harmonies of #9A48BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A48BE

Black with #9A48BE

Text Example


Text Example

White with #9A48BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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