Html Css Color HEX #904CB1 Deep Lilac

📋 copy color: '#904CB1'

red 144 ◦ green 76 ◦ blue 177

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

Shades of Deep Lilac #904CB1

Tints of Deep Lilac #904CB1

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.14%

 BLUE value IS 177 (69.53% from 255) = 44.58%

R = 36.27%
G = 19.14%
B = 44.58%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#904CB1 (or 0x904CB1) is known color: Deep Lilac. HEX triplet: 90, 4C and B1. RGB value is (144,76,177). Sum of RGB (Red+Green+Blue) = 144+76+177=397 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.27% from 397); Green value is 76 (30.08% from 255 or 19.14% from 397); Blue value is 177 (69.53% from 255 or 44.58% from 397); Max value from RGB is 177 - color contains mainly: blue. Hex color #904CB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #904CB1 is #6FB34E. Grayscale: #6B6B6B. Windows color (decimal): -7320399 or 11619472. OLE color: 11619472.

HSL color Cylindrical-coordinate representation of color #904CB1: hue angle of 280.4º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #904CB1 is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 144 76 177 -
CMYK 0.19 0.57 0 0.31
HSL 280.4º 0.4% 0.5% -
HSV(B) 280.4º 0.57% 0.69% -
XYZ 22.02 14.27 43.19 -
YUV 107.85 167.03 153.79 -
System Red Green Blue C M Y K H S L
Decimal 144 76 177 0.19 0.57 0 0.31 280.4 0.4 0.5
Hex 90 4C B1 13 39 0 1F 118 28 32
Octal 220 114 261 23 71 0 37 430 50 62
Binary 10010000 1001100 10110001 10011 111001 0 11111 100011000 101000 110010

Color Harmonies of #904CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904CB1

Black with #904CB1

Text Example


Text Example

White with #904CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,76,177); }

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

background-color css

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

 a { background-color: rgb(144,76,177); }

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

border-color css

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

 span { border-color: rgb(144,76,177); }

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