Html Css Color HEX #9D4AC0 Deep Lilac

📋 copy color: '#9D4AC0'

red 157 ◦ green 74 ◦ blue 192

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

Shades of Deep Lilac #9D4AC0

Tints of Deep Lilac #9D4AC0

RGB

 RED value IS 157 (61.72% from 255) = 37.12%

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

 BLUE value IS 192 (75.39% from 255) = 45.39%

R = 37.12%
G = 17.49%
B = 45.39%

CMYK

 C value IS 0.18

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9D4AC0 (or 0x9D4AC0) is known color: Deep Lilac. HEX triplet: 9D, 4A and C0. RGB value is (157,74,192). Sum of RGB (Red+Green+Blue) = 157+74+192=423 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.12% from 423); Green value is 74 (29.30% from 255 or 17.49% from 423); Blue value is 192 (75.39% from 255 or 45.39% from 423); Max value from RGB is 192 - color contains mainly: blue. Hex color #9D4AC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D4AC0 is #62B53F. Grayscale: #6F6F6F. Windows color (decimal): -6468928 or 12602013. OLE color: 12602013.

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

Color convert

RGB 157 74 192 -
CMYK 0.18 0.61 0 0.25
HSL 282.2º 0.48% 0.52% -
HSV(B) 282.2º 0.61% 0.75% -
XYZ 25.87 15.87 51.57 -
YUV 112.27 173 159.91 -
System Red Green Blue C M Y K H S L
Decimal 157 74 192 0.18 0.61 0 0.25 282.2 0.48 0.52
Hex 9D 4A C0 12 3D 0 19 11A 30 34
Octal 235 112 300 22 75 0 31 432 60 64
Binary 10011101 1001010 11000000 10010 111101 0 11001 100011010 110000 110100

Color Harmonies of #9D4AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4AC0

Black with #9D4AC0

Text Example


Text Example

White with #9D4AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,74,192); }

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

background-color css

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

 a { background-color: rgb(157,74,192); }

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

border-color css

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

 span { border-color: rgb(157,74,192); }

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