Html Css Color HEX #904BBE Deep Lilac

📋 copy color: '#904BBE'

red 144 ◦ green 75 ◦ blue 190

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

Shades of Deep Lilac #904BBE

Tints of Deep Lilac #904BBE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.34%

 BLUE value IS 190 (74.61% from 255) = 46.45%

R = 35.21%
G = 18.34%
B = 46.45%

CMYK

 C value IS 0.24

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#904BBE (or 0x904BBE) is known color: Deep Lilac. HEX triplet: 90, 4B and BE. RGB value is (144,75,190). Sum of RGB (Red+Green+Blue) = 144+75+190=409 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.21% from 409); Green value is 75 (29.69% from 255 or 18.34% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 190 - color contains mainly: blue. Hex color #904BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #904BBE is #6FB441. Grayscale: #6C6C6C. Windows color (decimal): -7320642 or 12471184. OLE color: 12471184.

HSL color Cylindrical-coordinate representation of color #904BBE: hue angle of 276º degrees, saturation: 0.47, 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 #904BBE is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 144 75 190 -
CMYK 0.24 0.61 0 0.25
HSL 276º 0.47% 0.52% -
HSV(B) 276º 0.61% 0.75% -
XYZ 23.31 14.68 50.32 -
YUV 108.74 173.86 153.15 -
System Red Green Blue C M Y K H S L
Decimal 144 75 190 0.24 0.61 0 0.25 276 0.47 0.52
Hex 90 4B BE 18 3D 0 19 114 2F 34
Octal 220 113 276 30 75 0 31 424 57 64
Binary 10010000 1001011 10111110 11000 111101 0 11001 100010100 101111 110100

Color Harmonies of #904BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904BBE

Black with #904BBE

Text Example


Text Example

White with #904BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,75,190); }

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

background-color css

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

 a { background-color: rgb(144,75,190); }

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

border-color css

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

 span { border-color: rgb(144,75,190); }

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