Html Css Color HEX #9449C9 Deep Lilac

📋 copy color: '#9449C9'

red 148 ◦ green 73 ◦ blue 201

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

Shades of Deep Lilac #9449C9

Tints of Deep Lilac #9449C9

RGB

 RED value IS 148 (58.2% from 255) = 35.07%

 GREEN value IS 73 (28.91% from 255) = 17.3%

 BLUE value IS 201 (78.91% from 255) = 47.63%

R = 35.07%
G = 17.3%
B = 47.63%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9449C9 (or 0x9449C9) is known color: Deep Lilac. HEX triplet: 94, 49 and C9. RGB value is (148,73,201). Sum of RGB (Red+Green+Blue) = 148+73+201=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 73 (28.91% from 255 or 17.30% from 422); Blue value is 201 (78.91% from 255 or 47.63% from 422); Max value from RGB is 201 - color contains mainly: blue. Hex color #9449C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9449C9 is #6BB636. Grayscale: #6D6D6D. Windows color (decimal): -7058999 or 13191572. OLE color: 13191572.

HSL color Cylindrical-coordinate representation of color #9449C9: hue angle of 275.16º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9449C9 is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 148 73 201 -
CMYK 0.26 0.64 0 0.21
HSL 275.16º 0.54% 0.54% -
HSV(B) 275.16º 0.64% 0.79% -
XYZ 25.14 15.28 56.88 -
YUV 110.02 179.35 155.09 -
System Red Green Blue C M Y K H S L
Decimal 148 73 201 0.26 0.64 0 0.21 275.16 0.54 0.54
Hex 94 49 C9 1A 40 0 15 113 36 36
Octal 224 111 311 32 100 0 25 423 66 66
Binary 10010100 1001001 11001001 11010 1000000 0 10101 100010011 110110 110110

Color Harmonies of #9449C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9449C9

Black with #9449C9

Text Example


Text Example

White with #9449C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9449C9; }

 p { color: rgb(148,73,201); }

 H1.HeaderClassName
 {
   color: #9449C9;
 }
 .AnyTagClassName
 {
   color: #9449C9;
 }
</style>

background-color css

<style>
 a { background-color: #9449C9; }

 a { background-color: rgb(148,73,201); }

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

border-color css

<style>
 span { border-color: #9449C9; }

 span { border-color: rgb(148,73,201); }

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