Html Css Color HEX #9A3DAE Deep Lilac

📋 copy color: '#9A3DAE'

red 154 ◦ green 61 ◦ blue 174

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

Shades of Deep Lilac #9A3DAE

Tints of Deep Lilac #9A3DAE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.68%

 BLUE value IS 174 (68.36% from 255) = 44.73%

R = 39.59%
G = 15.68%
B = 44.73%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9A3DAE (or 0x9A3DAE) is known color: Deep Lilac. HEX triplet: 9A, 3D and AE. RGB value is (154,61,174). Sum of RGB (Red+Green+Blue) = 154+61+174=389 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.59% from 389); Green value is 61 (24.22% from 255 or 15.68% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 174 - color contains mainly: blue. Hex color #9A3DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A3DAE is #65C251. Grayscale: #656565. Windows color (decimal): -6668882 or 11419034. OLE color: 11419034.

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

Color convert

RGB 154 61 174 -
CMYK 0.11 0.65 0 0.32
HSL 289.38º 0.48% 0.46% -
HSV(B) 289.38º 0.65% 0.68% -
XYZ 22.64 13.26 41.41 -
YUV 101.69 168.81 165.31 -
System Red Green Blue C M Y K H S L
Decimal 154 61 174 0.11 0.65 0 0.32 289.38 0.48 0.46
Hex 9A 3D AE B 41 0 20 121 30 2E
Octal 232 75 256 13 101 0 40 441 60 56
Binary 10011010 111101 10101110 1011 1000001 0 100000 100100001 110000 101110

Color Harmonies of #9A3DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A3DAE

Black with #9A3DAE

Text Example


Text Example

White with #9A3DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,61,174); }

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

background-color css

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

 a { background-color: rgb(154,61,174); }

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

border-color css

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

 span { border-color: rgb(154,61,174); }

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