Html Css Color HEX #904CCB Deep Lilac

📋 copy color: '#904CCB'

red 144 ◦ green 76 ◦ blue 203

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

Shades of Deep Lilac #904CCB

Tints of Deep Lilac #904CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.99%

R = 34.04%
G = 17.97%
B = 47.99%

CMYK

 C value IS 0.29

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#904CCB (or 0x904CCB) is known color: Deep Lilac. HEX triplet: 90, 4C and CB. RGB value is (144,76,203). Sum of RGB (Red+Green+Blue) = 144+76+203=423 (56% of max value = 765). Red value is 144 (56.64% from 255 or 34.04% from 423); Green value is 76 (30.08% from 255 or 17.97% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #904CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #904CCB is #6FB334. Grayscale: #6E6E6E. Windows color (decimal): -7320373 or 13323408. OLE color: 13323408.

HSL color Cylindrical-coordinate representation of color #904CCB: hue angle of 272.13º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #904CCB is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 144 76 203 -
CMYK 0.29 0.63 0 0.20
HSL 272.13º 0.55% 0.55% -
HSV(B) 272.13º 0.63% 0.8% -
XYZ 24.87 15.41 58.16 -
YUV 110.81 180.03 151.67 -
System Red Green Blue C M Y K H S L
Decimal 144 76 203 0.29 0.63 0 0.20 272.13 0.55 0.55
Hex 90 4C CB 1D 3F 0 14 110 37 37
Octal 220 114 313 35 77 0 24 420 67 67
Binary 10010000 1001100 11001011 11101 111111 0 10100 100010000 110111 110111

Color Harmonies of #904CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904CCB

Black with #904CCB

Text Example


Text Example

White with #904CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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