Html Css Color HEX #904AC7 Deep Lilac

📋 copy color: '#904AC7'

red 144 ◦ green 74 ◦ blue 199

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

Shades of Deep Lilac #904AC7

Tints of Deep Lilac #904AC7

RGB

 RED value IS 144 (56.64% from 255) = 34.53%

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

 BLUE value IS 199 (78.13% from 255) = 47.72%

R = 34.53%
G = 17.75%
B = 47.72%

CMYK

 C value IS 0.28

 M value IS 0.63

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#904AC7 (or 0x904AC7) is known color: Deep Lilac. HEX triplet: 90, 4A and C7. RGB value is (144,74,199). Sum of RGB (Red+Green+Blue) = 144+74+199=417 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.53% from 417); Green value is 74 (29.30% from 255 or 17.75% from 417); Blue value is 199 (78.12% from 255 or 47.72% from 417); Max value from RGB is 199 - color contains mainly: blue. Hex color #904AC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #904AC7 is #6FB538. Grayscale: #6C6C6C. Windows color (decimal): -7320889 or 13060752. OLE color: 13060752.

HSL color Cylindrical-coordinate representation of color #904AC7: hue angle of 273.6º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #904AC7 is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 144 74 199 -
CMYK 0.28 0.63 0 0.22
HSL 273.6º 0.53% 0.54% -
HSV(B) 273.6º 0.63% 0.78% -
XYZ 24.26 14.95 55.64 -
YUV 109.18 178.69 152.84 -
System Red Green Blue C M Y K H S L
Decimal 144 74 199 0.28 0.63 0 0.22 273.6 0.53 0.54
Hex 90 4A C7 1C 3F 0 16 112 35 36
Octal 220 112 307 34 77 0 26 422 65 66
Binary 10010000 1001010 11000111 11100 111111 0 10110 100010010 110101 110110

Color Harmonies of #904AC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904AC7

Black with #904AC7

Text Example


Text Example

White with #904AC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #904AC7; }

 p { color: rgb(144,74,199); }

 H1.HeaderClassName
 {
   color: #904AC7;
 }
 .AnyTagClassName
 {
   color: #904AC7;
 }
</style>

background-color css

<style>
 a { background-color: #904AC7; }

 a { background-color: rgb(144,74,199); }

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

border-color css

<style>
 span { border-color: #904AC7; }

 span { border-color: rgb(144,74,199); }

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