Html Css Color HEX #943FAB Deep Lilac

📋 copy color: '#943FAB'

red 148 ◦ green 63 ◦ blue 171

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

Shades of Deep Lilac #943FAB

Tints of Deep Lilac #943FAB

RGB

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

 GREEN value IS 63 (25% from 255) = 16.49%

 BLUE value IS 171 (67.19% from 255) = 44.76%

R = 38.74%
G = 16.49%
B = 44.76%

CMYK

 C value IS 0.13

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#943FAB (or 0x943FAB) is known color: Deep Lilac. HEX triplet: 94, 3F and AB. RGB value is (148,63,171). Sum of RGB (Red+Green+Blue) = 148+63+171=382 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.74% from 382); Green value is 63 (25% from 255 or 16.49% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #943FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943FAB is #6BC054. Grayscale: #646464. Windows color (decimal): -7061589 or 11222932. OLE color: 11222932.

HSL color Cylindrical-coordinate representation of color #943FAB: hue angle of 287.22º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #943FAB is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 63 171 -
CMYK 0.13 0.63 0 0.33
HSL 287.22º 0.46% 0.46% -
HSV(B) 287.22º 0.63% 0.67% -
XYZ 21.34 12.79 39.87 -
YUV 100.73 167.66 161.72 -
System Red Green Blue C M Y K H S L
Decimal 148 63 171 0.13 0.63 0 0.33 287.22 0.46 0.46
Hex 94 3F AB D 3F 0 21 11F 2E 2E
Octal 224 77 253 15 77 0 41 437 56 56
Binary 10010100 111111 10101011 1101 111111 0 100001 100011111 101110 101110

Color Harmonies of #943FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943FAB

Black with #943FAB

Text Example


Text Example

White with #943FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,63,171); }

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

background-color css

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

 a { background-color: rgb(148,63,171); }

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

border-color css

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

 span { border-color: rgb(148,63,171); }

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