Html Css Color HEX #943DAF Deep Lilac

📋 copy color: '#943DAF'

red 148 ◦ green 61 ◦ blue 175

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

Shades of Deep Lilac #943DAF

Tints of Deep Lilac #943DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.57%

R = 38.54%
G = 15.89%
B = 45.57%

CMYK

 C value IS 0.15

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#943DAF (or 0x943DAF) is known color: Deep Lilac. HEX triplet: 94, 3D and AF. RGB value is (148,61,175). Sum of RGB (Red+Green+Blue) = 148+61+175=384 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.54% from 384); Green value is 61 (24.22% from 255 or 15.89% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 175 - color contains mainly: blue. Hex color #943DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943DAF is #6BC250. Grayscale: #636363. Windows color (decimal): -7062097 or 11484564. OLE color: 11484564.

HSL color Cylindrical-coordinate representation of color #943DAF: hue angle of 285.79º degrees, saturation: 0.48, 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 #943DAF is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 148 61 175 -
CMYK 0.15 0.65 0 0.31
HSL 285.79º 0.48% 0.46% -
HSV(B) 285.79º 0.65% 0.69% -
XYZ 21.62 12.73 41.87 -
YUV 100.01 170.32 162.23 -
System Red Green Blue C M Y K H S L
Decimal 148 61 175 0.15 0.65 0 0.31 285.79 0.48 0.46
Hex 94 3D AF F 41 0 1F 11E 30 2E
Octal 224 75 257 17 101 0 37 436 60 56
Binary 10010100 111101 10101111 1111 1000001 0 11111 100011110 110000 101110

Color Harmonies of #943DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943DAF

Black with #943DAF

Text Example


Text Example

White with #943DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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