Html Css Color HEX #943DB1 Deep Lilac

📋 copy color: '#943DB1'

red 148 ◦ green 61 ◦ blue 177

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

Shades of Deep Lilac #943DB1

Tints of Deep Lilac #943DB1

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.8%

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

R = 38.34%
G = 15.8%
B = 45.85%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#943DB1 (or 0x943DB1) is known color: Deep Lilac. HEX triplet: 94, 3D and B1. RGB value is (148,61,177). Sum of RGB (Red+Green+Blue) = 148+61+177=386 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.34% from 386); Green value is 61 (24.22% from 255 or 15.80% from 386); Blue value is 177 (69.53% from 255 or 45.85% from 386); Max value from RGB is 177 - color contains mainly: blue. Hex color #943DB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943DB1 is #6BC24E. Grayscale: #636363. Windows color (decimal): -7062095 or 11615636. OLE color: 11615636.

HSL color Cylindrical-coordinate representation of color #943DB1: hue angle of 285º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #943DB1 is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 148 61 177 -
CMYK 0.16 0.66 0 0.31
HSL 285º 0.49% 0.47% -
HSV(B) 285º 0.66% 0.69% -
XYZ 21.82 12.81 42.92 -
YUV 100.24 171.32 162.07 -
System Red Green Blue C M Y K H S L
Decimal 148 61 177 0.16 0.66 0 0.31 285 0.49 0.47
Hex 94 3D B1 10 42 0 1F 11D 31 2F
Octal 224 75 261 20 102 0 37 435 61 57
Binary 10010100 111101 10110001 10000 1000010 0 11111 100011101 110001 101111

Color Harmonies of #943DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943DB1

Black with #943DB1

Text Example


Text Example

White with #943DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943DB1; }

 p { color: rgb(148,61,177); }

 H1.HeaderClassName
 {
   color: #943DB1;
 }
 .AnyTagClassName
 {
   color: #943DB1;
 }
</style>

background-color css

<style>
 a { background-color: #943DB1; }

 a { background-color: rgb(148,61,177); }

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

border-color css

<style>
 span { border-color: #943DB1; }

 span { border-color: rgb(148,61,177); }

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