Html Css Color HEX #943DB0 Deep Lilac

📋 copy color: '#943DB0'

red 148 ◦ green 61 ◦ blue 176

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

Shades of Deep Lilac #943DB0

Tints of Deep Lilac #943DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 45.71%

R = 38.44%
G = 15.84%
B = 45.71%

CMYK

 C value IS 0.16

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#943DB0 (or 0x943DB0) is known color: Deep Lilac. HEX triplet: 94, 3D and B0. RGB value is (148,61,176). Sum of RGB (Red+Green+Blue) = 148+61+176=385 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.44% from 385); Green value is 61 (24.22% from 255 or 15.84% from 385); Blue value is 176 (69.14% from 255 or 45.71% from 385); Max value from RGB is 176 - color contains mainly: blue. Hex color #943DB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943DB0 is #6BC24F. Grayscale: #636363. Windows color (decimal): -7062096 or 11550100. OLE color: 11550100.

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

Color convert

RGB 148 61 176 -
CMYK 0.16 0.65 0 0.31
HSL 285.39º 0.49% 0.46% -
HSV(B) 285.39º 0.65% 0.69% -
XYZ 21.72 12.77 42.39 -
YUV 100.12 170.82 162.15 -
System Red Green Blue C M Y K H S L
Decimal 148 61 176 0.16 0.65 0 0.31 285.39 0.49 0.46
Hex 94 3D B0 10 41 0 1F 11D 31 2E
Octal 224 75 260 20 101 0 37 435 61 56
Binary 10010100 111101 10110000 10000 1000001 0 11111 100011101 110001 101110

Color Harmonies of #943DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943DB0

Black with #943DB0

Text Example


Text Example

White with #943DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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