Html Css Color HEX #9A4BB7 Deep Lilac

📋 copy color: '#9A4BB7'

red 154 ◦ green 75 ◦ blue 183

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

Shades of Deep Lilac #9A4BB7

Tints of Deep Lilac #9A4BB7

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.2%

 BLUE value IS 183 (71.88% from 255) = 44.42%

R = 37.38%
G = 18.2%
B = 44.42%

CMYK

 C value IS 0.16

 M value IS 0.59

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#9A4BB7 (or 0x9A4BB7) is known color: Deep Lilac. HEX triplet: 9A, 4B and B7. RGB value is (154,75,183). Sum of RGB (Red+Green+Blue) = 154+75+183=412 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.38% from 412); Green value is 75 (29.69% from 255 or 18.20% from 412); Blue value is 183 (71.88% from 255 or 44.42% from 412); Max value from RGB is 183 - color contains mainly: blue. Hex color #9A4BB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A4BB7 is #65B448. Grayscale: #6E6E6E. Windows color (decimal): -6665289 or 12012442. OLE color: 12012442.

HSL color Cylindrical-coordinate representation of color #9A4BB7: hue angle of 283.89º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9A4BB7 is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 154 75 183 -
CMYK 0.16 0.59 0 0.28
HSL 283.89º 0.43% 0.51% -
HSV(B) 283.89º 0.59% 0.72% -
XYZ 24.39 15.32 46.47 -
YUV 110.93 168.67 158.72 -
System Red Green Blue C M Y K H S L
Decimal 154 75 183 0.16 0.59 0 0.28 283.89 0.43 0.51
Hex 9A 4B B7 10 3B 0 1C 11C 2B 33
Octal 232 113 267 20 73 0 34 434 53 63
Binary 10011010 1001011 10110111 10000 111011 0 11100 100011100 101011 110011

Color Harmonies of #9A4BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A4BB7

Black with #9A4BB7

Text Example


Text Example

White with #9A4BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,75,183); }

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

background-color css

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

 a { background-color: rgb(154,75,183); }

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

border-color css

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

 span { border-color: rgb(154,75,183); }

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