Html Css Color HEX #943DB5 Deep Lilac

📋 copy color: '#943DB5'

red 148 ◦ green 61 ◦ blue 181

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

Shades of Deep Lilac #943DB5

Tints of Deep Lilac #943DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 46.41%

R = 37.95%
G = 15.64%
B = 46.41%

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

#943DB5 (or 0x943DB5) is known color: Deep Lilac. HEX triplet: 94, 3D and B5. RGB value is (148,61,181). Sum of RGB (Red+Green+Blue) = 148+61+181=390 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.95% from 390); Green value is 61 (24.22% from 255 or 15.64% from 390); Blue value is 181 (71.09% from 255 or 46.41% from 390); Max value from RGB is 181 - color contains mainly: blue. Hex color #943DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943DB5 is #6BC24A. Grayscale: #646464. Windows color (decimal): -7062091 or 11877780. OLE color: 11877780.

HSL color Cylindrical-coordinate representation of color #943DB5: hue angle of 283.5º degrees, saturation: 0.5, 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 #943DB5 is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 148 61 181 -
CMYK 0.18 0.66 0 0.29
HSL 283.5º 0.5% 0.47% -
HSV(B) 283.5º 0.66% 0.71% -
XYZ 22.22 12.97 45.05 -
YUV 100.69 173.32 161.74 -
System Red Green Blue C M Y K H S L
Decimal 148 61 181 0.18 0.66 0 0.29 283.5 0.5 0.47
Hex 94 3D B5 12 42 0 1D 11C 32 2F
Octal 224 75 265 22 102 0 35 434 62 57
Binary 10010100 111101 10110101 10010 1000010 0 11101 100011100 110010 101111

Color Harmonies of #943DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943DB5

Black with #943DB5

Text Example


Text Example

White with #943DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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