Html Css Color HEX #943BAB Deep Lilac

📋 copy color: '#943BAB'

red 148 ◦ green 59 ◦ blue 171

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

Shades of Deep Lilac #943BAB

Tints of Deep Lilac #943BAB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.61%

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

R = 39.15%
G = 15.61%
B = 45.24%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#943BAB (or 0x943BAB) is known color: Deep Lilac. HEX triplet: 94, 3B and AB. RGB value is (148,59,171). Sum of RGB (Red+Green+Blue) = 148+59+171=378 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.15% from 378); Green value is 59 (23.44% from 255 or 15.61% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #943BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943BAB is #6BC454. Grayscale: #626262. Windows color (decimal): -7062613 or 11221908. OLE color: 11221908.

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

Color convert

RGB 148 59 171 -
CMYK 0.13 0.65 0 0.33
HSL 287.68º 0.49% 0.45% -
HSV(B) 287.68º 0.65% 0.67% -
XYZ 21.13 12.36 39.8 -
YUV 98.38 168.99 163.39 -
System Red Green Blue C M Y K H S L
Decimal 148 59 171 0.13 0.65 0 0.33 287.68 0.49 0.45
Hex 94 3B AB D 41 0 21 120 31 2D
Octal 224 73 253 15 101 0 41 440 61 55
Binary 10010100 111011 10101011 1101 1000001 0 100001 100100000 110001 101101

Color Harmonies of #943BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943BAB

Black with #943BAB

Text Example


Text Example

White with #943BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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