Html Css Color HEX #9A4BAD Deep Lilac

📋 copy color: '#9A4BAD'

red 154 ◦ green 75 ◦ blue 173

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

Shades of Deep Lilac #9A4BAD

Tints of Deep Lilac #9A4BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.03%

R = 38.31%
G = 18.66%
B = 43.03%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9A4BAD (or 0x9A4BAD) is known color: Deep Lilac. HEX triplet: 9A, 4B and AD. RGB value is (154,75,173). Sum of RGB (Red+Green+Blue) = 154+75+173=402 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.31% from 402); Green value is 75 (29.69% from 255 or 18.66% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 173 - color contains mainly: blue. Hex color #9A4BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A4BAD is #65B452. Grayscale: #6D6D6D. Windows color (decimal): -6665299 or 11357082. OLE color: 11357082.

HSL color Cylindrical-coordinate representation of color #9A4BAD: hue angle of 288.37º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9A4BAD is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 154 75 173 -
CMYK 0.11 0.57 0 0.32
HSL 288.37º 0.4% 0.49% -
HSV(B) 288.37º 0.57% 0.68% -
XYZ 23.39 14.92 41.18 -
YUV 109.79 163.67 159.53 -
System Red Green Blue C M Y K H S L
Decimal 154 75 173 0.11 0.57 0 0.32 288.37 0.4 0.49
Hex 9A 4B AD B 39 0 20 120 28 31
Octal 232 113 255 13 71 0 40 440 50 61
Binary 10011010 1001011 10101101 1011 111001 0 100000 100100000 101000 110001

Color Harmonies of #9A4BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A4BAD

Black with #9A4BAD

Text Example


Text Example

White with #9A4BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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