Html Css Color HEX #944CCB Deep Lilac

📋 copy color: '#944CCB'

red 148 ◦ green 76 ◦ blue 203

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

Shades of Deep Lilac #944CCB

Tints of Deep Lilac #944CCB

RGB

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

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

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

R = 34.66%
G = 17.8%
B = 47.54%

CMYK

 C value IS 0.27

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#944CCB (or 0x944CCB) is known color: Deep Lilac. HEX triplet: 94, 4C and CB. RGB value is (148,76,203). Sum of RGB (Red+Green+Blue) = 148+76+203=427 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.66% from 427); Green value is 76 (30.08% from 255 or 17.80% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #944CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #944CCB is #6BB334. Grayscale: #6F6F6F. Windows color (decimal): -7058229 or 13323412. OLE color: 13323412.

HSL color Cylindrical-coordinate representation of color #944CCB: hue angle of 274.02º 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 #944CCB is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 148 76 203 -
CMYK 0.27 0.63 0 0.20
HSL 274.02º 0.55% 0.55% -
HSV(B) 274.02º 0.63% 0.8% -
XYZ 25.58 15.78 58.2 -
YUV 112.01 179.35 153.67 -
System Red Green Blue C M Y K H S L
Decimal 148 76 203 0.27 0.63 0 0.20 274.02 0.55 0.55
Hex 94 4C CB 1B 3F 0 14 112 37 37
Octal 224 114 313 33 77 0 24 422 67 67
Binary 10010100 1001100 11001011 11011 111111 0 10100 100010010 110111 110111

Color Harmonies of #944CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944CCB

Black with #944CCB

Text Example


Text Example

White with #944CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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