Html Css Color HEX #9A4DBE Deep Lilac

📋 copy color: '#9A4DBE'

red 154 ◦ green 77 ◦ blue 190

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

Shades of Deep Lilac #9A4DBE

Tints of Deep Lilac #9A4DBE

RGB

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

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

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

R = 36.58%
G = 18.29%
B = 45.13%

CMYK

 C value IS 0.19

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9A4DBE (or 0x9A4DBE) is known color: Deep Lilac. HEX triplet: 9A, 4D and BE. RGB value is (154,77,190). Sum of RGB (Red+Green+Blue) = 154+77+190=421 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.58% from 421); Green value is 77 (30.47% from 255 or 18.29% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A4DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A4DBE is #65B241. Grayscale: #707070. Windows color (decimal): -6664770 or 12471706. OLE color: 12471706.

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

Color convert

RGB 154 77 190 -
CMYK 0.19 0.59 0 0.25
HSL 280.88º 0.47% 0.52% -
HSV(B) 280.88º 0.59% 0.75% -
XYZ 25.27 15.9 50.45 -
YUV 112.91 171.51 157.31 -
System Red Green Blue C M Y K H S L
Decimal 154 77 190 0.19 0.59 0 0.25 280.88 0.47 0.52
Hex 9A 4D BE 13 3B 0 19 119 2F 34
Octal 232 115 276 23 73 0 31 431 57 64
Binary 10011010 1001101 10111110 10011 111011 0 11001 100011001 101111 110100

Color Harmonies of #9A4DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A4DBE

Black with #9A4DBE

Text Example


Text Example

White with #9A4DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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