Html Css Color HEX #943DB4 Deep Lilac

📋 copy color: '#943DB4'

red 148 ◦ green 61 ◦ blue 180

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

Shades of Deep Lilac #943DB4

Tints of Deep Lilac #943DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 46.27%

R = 38.05%
G = 15.68%
B = 46.27%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#943DB4 (or 0x943DB4) is known color: Deep Lilac. HEX triplet: 94, 3D and B4. RGB value is (148,61,180). Sum of RGB (Red+Green+Blue) = 148+61+180=389 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.05% from 389); Green value is 61 (24.22% from 255 or 15.68% from 389); Blue value is 180 (70.70% from 255 or 46.27% from 389); Max value from RGB is 180 - color contains mainly: blue. Hex color #943DB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943DB4 is #6BC24B. Grayscale: #646464. Windows color (decimal): -7062092 or 11812244. OLE color: 11812244.

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

Color convert

RGB 148 61 180 -
CMYK 0.18 0.66 0 0.29
HSL 283.87º 0.49% 0.47% -
HSV(B) 283.87º 0.66% 0.71% -
XYZ 22.12 12.93 44.51 -
YUV 100.58 172.82 161.82 -
System Red Green Blue C M Y K H S L
Decimal 148 61 180 0.18 0.66 0 0.29 283.87 0.49 0.47
Hex 94 3D B4 12 42 0 1D 11C 31 2F
Octal 224 75 264 22 102 0 35 434 61 57
Binary 10010100 111101 10110100 10010 1000010 0 11101 100011100 110001 101111

Color Harmonies of #943DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943DB4

Black with #943DB4

Text Example


Text Example

White with #943DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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