Html Css Color HEX #9A4ACD Deep Lilac

📋 copy color: '#9A4ACD'

red 154 ◦ green 74 ◦ blue 205

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

Shades of Deep Lilac #9A4ACD

Tints of Deep Lilac #9A4ACD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.09%

 BLUE value IS 205 (80.47% from 255) = 47.34%

R = 35.57%
G = 17.09%
B = 47.34%

CMYK

 C value IS 0.25

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9A4ACD (or 0x9A4ACD) is known color: Deep Lilac. HEX triplet: 9A, 4A and CD. RGB value is (154,74,205). Sum of RGB (Red+Green+Blue) = 154+74+205=433 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.57% from 433); Green value is 74 (29.30% from 255 or 17.09% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A4ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A4ACD is #65B532. Grayscale: #707070. Windows color (decimal): -6665523 or 13453978. OLE color: 13453978.

HSL color Cylindrical-coordinate representation of color #9A4ACD: hue angle of 276.64º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9A4ACD is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 154 74 205 -
CMYK 0.25 0.64 0 0.20
HSL 276.64º 0.57% 0.55% -
HSV(B) 276.64º 0.64% 0.8% -
XYZ 26.79 16.18 59.47 -
YUV 112.85 180 157.35 -
System Red Green Blue C M Y K H S L
Decimal 154 74 205 0.25 0.64 0 0.20 276.64 0.57 0.55
Hex 9A 4A CD 19 40 0 14 115 39 37
Octal 232 112 315 31 100 0 24 425 71 67
Binary 10011010 1001010 11001101 11001 1000000 0 10100 100010101 111001 110111

Color Harmonies of #9A4ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A4ACD

Black with #9A4ACD

Text Example


Text Example

White with #9A4ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,74,205); }

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

background-color css

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

 a { background-color: rgb(154,74,205); }

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

border-color css

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

 span { border-color: rgb(154,74,205); }

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