Html Css Color HEX #9A4DBA Deep Lilac

📋 copy color: '#9A4DBA'

red 154 ◦ green 77 ◦ blue 186

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

Shades of Deep Lilac #9A4DBA

Tints of Deep Lilac #9A4DBA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.47%

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

R = 36.93%
G = 18.47%
B = 44.6%

CMYK

 C value IS 0.17

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9A4DBA (or 0x9A4DBA) is known color: Deep Lilac. HEX triplet: 9A, 4D and BA. RGB value is (154,77,186). Sum of RGB (Red+Green+Blue) = 154+77+186=417 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.93% from 417); Green value is 77 (30.47% from 255 or 18.47% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #9A4DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A4DBA is #65B245. Grayscale: #707070. Windows color (decimal): -6664774 or 12209562. OLE color: 12209562.

HSL color Cylindrical-coordinate representation of color #9A4DBA: hue angle of 282.39º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9A4DBA is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 154 77 186 -
CMYK 0.17 0.59 0 0.27
HSL 282.39º 0.44% 0.52% -
HSV(B) 282.39º 0.59% 0.73% -
XYZ 24.84 15.72 48.18 -
YUV 112.45 169.51 157.64 -
System Red Green Blue C M Y K H S L
Decimal 154 77 186 0.17 0.59 0 0.27 282.39 0.44 0.52
Hex 9A 4D BA 11 3B 0 1B 11A 2C 34
Octal 232 115 272 21 73 0 33 432 54 64
Binary 10011010 1001101 10111010 10001 111011 0 11011 100011010 101100 110100

Color Harmonies of #9A4DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A4DBA

Black with #9A4DBA

Text Example


Text Example

White with #9A4DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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